Debian CI/CD Container
10K+
This custom image is based on the {arm32v7|arm64v8}/ubuntu:latest to provide an Ubuntu Build System to support the continuous deployment function for Authelia's deb packages.
The image will be re-built if any updates are made to the base images.
Here are some example snippets to help you get started utilising this container.
docker run \
--rm \
--name=debpackager \
-v <path to data>:/build \
--platform linux/amd64 \
authelia/debpackager \
bash -c "cd /build && makedeb"
docker run \
--rm \
--name=debpackager \
-v <path to data>:/build \
--platform linux/arm/v7 \
authelia/debpackager \
bash -c "cd /build && makedeb"
docker run \
--rm \
--name=debpackager \
-v <path to data>:/build \
--platform linux/arm64 \
authelia/debpackager \
bash -c "cd /build && makedeb"
Content type
Image
Digest
sha256:06526738f…
Size
232 MB
Last updated
11 months ago
docker pull authelia/debpackagerPulls:
136
Last week