Skip to content
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

Add Dockerfiles #64

Open
arbourd opened this issue Jun 28, 2024 · 1 comment · May be fixed by #67
Open

Add Dockerfiles #64

arbourd opened this issue Jun 28, 2024 · 1 comment · May be fixed by #67

Comments

@arbourd
Copy link

arbourd commented Jun 28, 2024

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
@yasn77
Copy link

yasn77 commented Sep 1, 2024

@arbourd if it helps, I've created a scratch image for this -> https://github.com/yasn77/envsubst-image/pkgs/container/envsubst-image

@bonddim bonddim linked a pull request Mar 5, 2025 that will close this issue
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 a pull request may close this issue.

2 participants