We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be very useful to have scratch container images with the binaries included in them.
An excellent use case is Alpine linux: it does not ship with an envsubst. A Docker image would allow copying an arch specific binary over:
FROM alpine:edge COPY --from=ghcr.io/a8m/envsubst /envsubst /envsubst
The text was updated successfully, but these errors were encountered:
@arbourd if it helps, I've created a scratch image for this -> https://github.com/yasn77/envsubst-image/pkgs/container/envsubst-image
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Would be very useful to have scratch container images with the binaries included in them.
An excellent use case is Alpine linux: it does not ship with an envsubst. A Docker image would allow copying an arch specific binary over:
The text was updated successfully, but these errors were encountered: