Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/authelia/baseimage

Authelia base glibc container
https://github.com/authelia/baseimage

Last synced: about 1 month ago
JSON representation

Authelia base glibc container

Awesome Lists containing this project

README

        

[logo]: https://www.authelia.com/images/branding/title.png "Authelia"
[![alt text][logo]](https://www.authelia.com/)

# authelia/base
[![Docker Pulls](https://img.shields.io/docker/pulls/authelia/base.svg)](https://hub.docker.com/r/authelia/base/) [![Docker Stars](https://img.shields.io/docker/stars/authelia/base.svg)](https://hub.docker.com/r/authelia/base/)

This custom image is based on a `FROM scratch` base with [Chisel](https://github.com/canonical/chisel) to provide glibc components and required packages for Authelia's docker deployment.

The image will be re-built under the following scenarios:
1. Daily for security updates
2. Triggered before any versioned/tagged Authelia builds
3. Updates are made to the base images

## Information

This container includes the bare minimum packages for Authelia to function in a Docker deployment:

* busybox
* ca-certificates
* su-exec
* tzdata
* wget

## Version
- **28/10/2024:** Swap to musl-static variant of su-exec for multi-arch support
- **16/10/2024:** Add Provenance and SBOM attestations
- **15/10/2024:** Initial release