Add Dockerfiles
- Dominant language
- Go
- Stars
- 907
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
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:
```dockerfile
FROM alpine:edge
COPY --from=ghcr.io/a8m/envsubst /envsubst /envsubst
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The project builds a Go binary. Look at the existing build process, likely in a Makefile or go build commands. Create Dockerfiles for scratch images that copy the compiled binary. Test by building the image and verifying the binary runs. Check if multi-arch builds are needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 40/100