Skip to content

feat: support build secrets in features - #1078

Open
Karsten Becker (KarstenB) wants to merge 2 commits into
devcontainers:mainfrom
KarstenB:build_secrets
Open

feat: support build secrets in features#1078
Karsten Becker (KarstenB) wants to merge 2 commits into
devcontainers:mainfrom
KarstenB:build_secrets

Conversation

@KarstenB

Copy link
Copy Markdown

This adds support for using Docker build secrets in devcontainer features, allowing sensitive information to be used during the build process without being included in the final image.

Fixes: #1077

@KarstenB

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree company="Siemens AG"

@KarstenB

Copy link
Copy Markdown
Author

Christof Marti (@chrmarti) can I please get feedback on this PR before it starts rotting away?

This adds support for using Docker build secrets in devcontainer
features, allowing sensitive information to be used during the build
process without being included in the final image.
Sign up for freeto 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.

New feature: Add --build-secret argument

1 participant

@KarstenB