Add Dockerfiles
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 907
- Forks
- 96
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.