Various OCI images.
Slim Debian image based on debian:<suite>-slim
.
Generic build image based on buildpack-deps
,
Additional packages included:
- Bitbake
- Debian package development tools
- LLVM-clang
- Golang compiler
- UPX
- rclone
> docker run -ti --rm -v $(pwd):/work ghcr.io/pgils/debian-build:bookworm
The uid
and gid
of the builder
user in the container are automatically updated to match the ownership of the /work
directory by the entrypoint
script.
> podman run -ti --rm -v $(pwd):/work --entrypoint bash ghcr.io/pgils/debian-build:bookworm
Override the entrypoint to prevent unnecessary user switching since root
will already be mapped to the unprivileged user on the host.