文件名称:smallest-secured-golang-docker-image:根据从头开始创建最小和安全的golang docker映像
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-29 22:47:13
go docker golang security hacktoberfest
基于草稿或非发行版创建最小的安全golang docker映像 阅读相关文章: ✓ usage: make [target] build-distroless-static - Build the smallest and secured golang docker image based on distroless static build-distroless - Build the smallest and secured golang docker image based on distroless build-module - Build the smallest and secured golang docker image based on scratch build-no-cache
【文件预览】:
smallest-secured-golang-docker-image-master
----.gitignore(192B)
----go.mod(72B)
----Makefile(6KB)
----main.go(705B)
----README.md(2KB)
----docker()
--------distroless.Dockerfile(845B)
--------scratch.Dockerfile(1KB)
--------scratch_module.Dockerfile(1KB)
--------distroless_static.Dockerfile(888B)