https://github.com/authelia/baseimage
Authelia base glibc container
https://github.com/authelia/baseimage
Last synced: 7 months ago
JSON representation
Authelia base glibc container
- Host: GitHub
- URL: https://github.com/authelia/baseimage
- Owner: authelia
- Created: 2024-10-15T00:45:00.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T23:39:33.000Z (7 months ago)
- Last Synced: 2025-03-12T00:26:58.147Z (7 months ago)
- Language: Shell
- Size: 14.6 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
[](https://hub.docker.com/r/authelia/base/) [](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