No description
  • Dockerfile 46.5%
  • Makefile 20.2%
  • Java 19.8%
  • C 7.1%
  • Go 6.4%
Find a file
Philip Oswald 3be78b8410
All checks were successful
/ ci-build (push) Successful in 23s
Add workflow_dispatch to Forgejo Actions
2026-02-17 21:28:36 +01:00
.forgejo/workflows Add workflow_dispatch to Forgejo Actions 2026-02-17 21:28:36 +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 Add minimal-java 2025-12-21 02:43:31 +01:00
.gitignore Split to new repo docker-images 2025-12-13 23:07:20 +01:00
LICENSE Split to new repo docker-images 2025-12-13 23:07:20 +01:00
Makefile Cannot use TTY on CI 2025-12-21 02:46:22 +01:00
README.md Add prefix philip 2025-12-14 01:04:33 +01:00

sample-docker

Experiments with minimalistic/distroless Docker images

Build images

$ make clean
$ make all

Inspect built image

$ docker save -o minimal.tar philip/minimal:latest