stringang / docker-baseimage

Home Page:https://stringang.github.io/docker-baseimage

Repository from Github https://github.comstringang/docker-baseimageRepository from Github https://github.comstringang/docker-baseimage

docker-baseimage

Base 镜像

base 镜像(fat container 类似 PouchContainer):

java 镜像:

  • 支持 jvm-sandbox 插件,通过环境变量启动

troubleshooting

docker buildx build --no-cache --progress=plain --platform linux/amd64 -f Dockerfile.centos-s6 .

Caveats

Todo

  • 使用 rootfs 目录命名
  • 使用 action matrix 编译 s6(multi job)

Inspecting

dive 131f24102f9ebc5fb2e4b024f97 --source=docker

s6

s6-supervise 会保持 run 长期运行(自动重启)。

Reference

About

https://stringang.github.io/docker-baseimage


Languages

Language:Shell 83.8%Language:Dockerfile 16.2%