Add Dockerfiles
Aperta
- Lingua principale
- Go
- Stelle
- 907
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.