Skip to content

stringang/docker-baseimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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