Skip to content

authelia/aurpackager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

authelia/aurpackager

Docker Pulls Docker Stars

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.

Usage

Here are some example snippets to help you get started utilising this container.

docker

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"

Version

  • 22/04/2022: Remove makedeb
  • 08/12/2021: Remove makedeb-makepkg
  • 16/09/2021: Update for buildx usage
  • 10/09/2021: Replace makedeb-alpha with makedeb and add Buildkite configuration
  • 23/06/2021: Add makedeb
  • 19/02/2020: Initial release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published