Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/authelia/baseimage
- Owner: authelia
- Created: 2024-10-15T00:45:00.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T03:32:38.000Z (2 months ago)
- Last Synced: 2024-10-28T07:06:17.637Z (2 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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