Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.8 KB

README.md

File metadata and controls

53 lines (42 loc) · 2.8 KB

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