authelia (staging-authelia)

Published 2025-06-20 15:59:56 -04:00 by colin in Nixius/authelia

Installation

docker pull git.nixc.us/nixius/authelia:staging-authelia
sha256:c1e2ac035f515c364d14bfe58329968c343e2c9169e2ec6e413fb89bfe8807c5

About this package

Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. Authelia is an OpenID Connect 1.0 Provider which is OpenID Certified™ allowing comprehensive integrations and acts as a companion for common reverse proxies.

Image Layers

COPY /root-fs / # buildkit
ARG TARGETOS=linux
ARG TARGETARCH=amd64
WORKDIR /app
ENV PATH=/app:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PUID=0 PGID=0 X_AUTHELIA_CONFIG=/config/configuration.yml
COPY LICENSE entrypoint.sh healthcheck.sh ./ # buildkit
COPY --chmod=666 .healthcheck.env ./ # buildkit
COPY authelia-linux-amd64 ./authelia # buildkit
EXPOSE map[9091/tcp:{}]
ENTRYPOINT ["/app/entrypoint.sh"]
HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "3s" "1m0s" "0s" '\x00'}
COPY config/ /config/ # buildkit
RUN /bin/sh -c mkdir -p /config/assets # buildkit
CMD ["authelia" "--config=/config/configuration.server.yml" "--config=/config/configuration.ldap.yml" "--config=/config/configuration.acl.yml" "--config=/config/configuration.identity.providers.yml"]

Labels

Key Value
com.docker.compose.project authelia
com.docker.compose.service authelia
com.docker.compose.version 2.36.2
org.opencontainers.image.base.name docker.io/authelia/base:4.39.4@sha256:d166cd76c35ecf5401d0658b697a75ec945552727d7cc0d99d46e0f9ee7256b4
org.opencontainers.image.created 2025-05-25T12:27:42+10:00
org.opencontainers.image.description Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. Authelia is an OpenID Connect 1.0 Provider which is OpenID Certified™ allowing comprehensive integrations and acts as a companion for common reverse proxies.
org.opencontainers.image.documentation https://www.authelia.com
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision 3f173e1cd1acda592dcb4aa161f43823d6df1110
org.opencontainers.image.source https://github.com/authelia/authelia/tree/3f173e1cd1acda592dcb4aa161f43823d6df1110
org.opencontainers.image.title authelia
org.opencontainers.image.url https://github.com/authelia/authelia/pkgs/container/authelia
org.opencontainers.image.vendor Authelia
org.opencontainers.image.version 4.39.4
Details
Container
2025-06-20 15:59:56 -04:00
88
OCI / Docker
linux/amd64
Apache-2.0
24 MiB
Versions (6) View all
production-authelia 2025-06-20
production-mariadb 2025-06-20
production-redis 2025-06-20
staging-redis 2025-06-20
staging-authelia 2025-06-20