Use AWS credentials in a Docker build #515
Answered
by
peterwoodworth
bernardomk
asked this question in
Q&A
-
We have an npm build that requires AWS Credentials. When we build from Jenkins, credentials are automatically available to the docker build (npm run build in the Dockerfile). Same doesn't happen with Github Actions. I don't want to add AWS environment variables to the Dockerfile. Is is possible to make this work? |
Beta Was this translation helpful? Give feedback.
Answered by
peterwoodworth
Mar 23, 2023
Replies: 2 comments
-
Similar issue here details a way to accomplish this #684 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peterwoodworth
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar issue here details a way to accomplish this #684 (comment)