envsubst icon indicating copy to clipboard operation
envsubst copied to clipboard

Add Dockerfiles

Open arbourd opened this issue 1 year ago • 1 comments

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

arbourd avatar Jun 28 '24 23:06 arbourd

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

yasn77 avatar Sep 01 '24 12:09 yasn77