Skip to content

feat(AWS Lambda): Add support for secrets to images (#12427) #12428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

insidewhy
Copy link

@insidewhy insidewhy commented Apr 14, 2024

Closes: #12427

But #12360 would be good enough also if you don't mind opening up the possibility of arbitrary docker build arguments. There's precedence for this though i.e. buildArgs.

@insidewhy insidewhy changed the title feat(AWS Lambda): Add support for secrets to images (#12427)` feat(AWS Lambda): Add support for secrets to images (#12427) Apr 14, 2024
@wwwehr
Copy link
Contributor

wwwehr commented Apr 17, 2024

@eahefnawy @ac360 and @Mmarzex please take a gander at this small PR to boost docker capability

@insidewhy
Copy link
Author

I see that #12360 has finally been merged, that will help a lot, the workarounds for dealing with secrets without having access to build options (or this PR) were so frustrating.

I think having a specific option for it like this would be useful also but it's not as essential now there's a different way of dealing with it.

It took a long time for that PR to get merged, not having that or this PR implemented caused a lot of difficulty for our team, we actually stopped using serverless because of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Dockerfile --secret
2 participants