wForget opened a new pull request, #7056:
URL: https://github.com/apache/incubator-gluten/pull/7056

   ## What changes were proposed in this pull request?
   
   Make ssh keys of gluten-vcpkg-builder configurable
   
   Fixes: #7055
   
   ## How was this patch tested?
   
   After this, we can configure ssh keys for `gluten-vcpkg-builder`:
   
   ```
   docker build --file docker/Dockerfile \
       --build-arg BUILDER_UID=`id -u` \
       --build-arg BUILDER_GID=`id -g` \
       --build-arg SSH_PRV_KEY="$(cat ~/.ssh/id_rsa)" \
       --build-arg SSH_PUB_KEY="$(cat ~/.ssh/id_rsa.pub)" \
       --tag "apache/gluten:gluten-vcpkg-builder_2024_08_28" \
       .
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to