No description
Find a file
Philip Oswald 12a90c7ccd
All checks were successful
/ ci-build (push) Successful in 1m15s
Add jre and builder images, Makefile
2025-12-13 21:07:00 +01:00
.forgejo/workflows Add jre and builder images, Makefile 2025-12-13 21:07:00 +01:00
builder Add jre and builder images, Makefile 2025-12-13 21:07:00 +01:00
jre-25 Add jre and builder images, Makefile 2025-12-13 21:07:00 +01:00
minimal Add jre and builder images, Makefile 2025-12-13 21:07:00 +01:00
minimal-c Define user and group 2018-11-29 12:27:27 +01:00
minimal-go Set uid:gid for Go and Java; Upgrade to JDK 15 2021-02-21 22:51:17 +01:00
minimal-java Set uid:gid for Go and Java; Upgrade to JDK 15 2021-02-21 22:51:17 +01:00
.gitignore Add CI build using docker only 2025-12-08 01:51:46 +01:00
Makefile Add jre and builder images, Makefile 2025-12-13 21:07:00 +01:00
README.md Add jre and builder images, Makefile 2025-12-13 21:07:00 +01:00

docker-distroless

Experiments with minimalistic/distroless Docker images

Build and run image

$ make clean
$ make all

Inspect built image

$ docker save -o minimal.tar minimal:latest