-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
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 /envsubstMetadata
Metadata
Assignees
Labels
No labels