9.7K
This custom image is based on the archlinux:latest to provide an Arch Build System to support the continuous deployment function for Authelia's AUR packages.
The image will be re-built if any updates are made to the base archlinux:latest image.
Here are some example snippets to help you get started utilising this container.
docker run \
--rm \
--name=aurpackager \
-v <path to data>/authelia:/build \
authelia/aurpackager \
bash -c "cd /build && updpkgsums"
docker run \
--rm \
--name=aurpackager \
-v <path to data>/authelia:/build \
authelia/aurpackager \
bash -c "cd /build && makepkg --printsrcinfo >| .SRCINFO"
Content type
Image
Digest
sha256:9a3de1844…
Size
317.7 MB
Last updated
1 day ago
docker pull authelia/aurpackagerPulls:
38
Last week