Add Dockerfiles
未关闭
- 主要语言
- Go
- 星标
- 907
- 派生
- 96
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, go
- 领域
- devops, tooling
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100