authelia (latest)
Published 2026-06-03 11:48:50 +00:00 by packager
Installation
docker pull forge.myvelabs.com/pkg/authelia:latestsha256:b5f415d5f14b154c2aa2b186d9f329d879e223da36e115cd871db4c261d5af54About 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 authelia-linux-amd64/authelia LICENSE entrypoint.sh healthcheck.sh ./ # buildkit |
| COPY --chmod=666 .healthcheck.env ./ # buildkit |
| EXPOSE [9091/tcp] |
| ENTRYPOINT ["/app/entrypoint.sh"] |
| HEALTHCHECK {Test:[CMD-SHELL /app/healthcheck.sh] Interval:30s Timeout:3s StartPeriod:1m0s StartInterval:0s Retries:0} |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Authelia Team <team@authelia.com> |
| org.opencontainers.image.base.name | docker.io/authelia/base:4.39.20@sha256:0cdab6a3f84e41500705ec661eb39276d80b800b8bf77840c1f114e7165b050c |
| org.opencontainers.image.created | 2026-05-26T20:29:23+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.ref.name | 4.39.20 |
| org.opencontainers.image.revision | 1b524f7f4bbf7b5637f4c6b98f4f66fd4b4aed91 |
| org.opencontainers.image.source | https://github.com/authelia/authelia/tree/1b524f7f4bbf7b5637f4c6b98f4f66fd4b4aed91 |
| 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.20 |