a8m / a8m/envsubst

Add Dockerfiles

未关闭
#64 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。