Skip to content

Latest commit

 

History

History

bullseye

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The debian bullseye images used in pipelines for buidling and deploying

These images succesively build on one another. size mentioned is compressed. They all inherit the WORKDIR=/root/project from base and none of them have CMD or ENTRYPOINT

Image FROM Desc max size
bullseye:base debian:bullseye-slim has the basics like git, curl etc.. 60 MB
bullseye:core bullseye:base adds in languages and utils like python, node, kubernetes, gpg, sops etc. 162 MB
bullseye:jdk11 bullseye:core zulu java 11 with parralel and dumb-init 309 MB
bullseye:jre11 ... zulu jre 11 with minimum for prod deploy dumb-init, make and fonts 106 MB
bullseye:postgres14_jdk11 postgres:14 jdk 11 on psql14, has basic build tools make, git etc 300 MB