Skip to content

authelia/debpackager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

authelia/debpackager

Docker Pulls Docker Stars

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.

Usage

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

docker

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"

Version

  • 26/04/2024: Update build user
  • 22/04/2022: Add amd64 architecture
  • 16/09/2021: Update for buildx usage
  • 11/09/2021: Replace makedeb-alpha with makedeb and add Buildkite configuration
  • 24/06/2021: Initial release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published