authelia (staging-authelia)

Published 2025-02-06 17:36:38 -05:00 by colin in Nixius/authelia

Installation

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

About this package

Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal.

Image Layers

ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
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
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk --no-cache add ca-certificates su-exec tzdata wget # buildkit
COPY LICENSE .healthcheck.env entrypoint.sh healthcheck.sh ./ # buildkit
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod 0666 /app/.healthcheck.env # buildkit
COPY authelia-linux-amd64-musl ./authelia # buildkit
EXPOSE map[9091/tcp:{}]
VOLUME [/config]
ENTRYPOINT ["/app/entrypoint.sh"]
HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "3s" "1m0s" "0s" '\x00'}
COPY config/ /config/ # buildkit
CMD ["authelia" "--config=/config/configuration.server.yml" "--config=/config/configuration.ldap.yml" "--config=/config/configuration.acl.yml" "--config=/config/configuration.identity.providers.yml" "--config=/config/configuration.oidc.clients.yml"]

Labels

Key Value
com.docker.compose.project authelia
com.docker.compose.service authelia
com.docker.compose.version 2.32.1
org.opencontainers.image.base.name docker.io/library/alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
org.opencontainers.image.created 2025-01-01T16:32:09+11:00
org.opencontainers.image.description Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal.
org.opencontainers.image.documentation https://www.authelia.com
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision 271239b95198b658f3b269b91f78bfaca4d04fe4
org.opencontainers.image.source https://github.com/authelia/authelia/tree/271239b95198b658f3b269b91f78bfaca4d04fe4
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.38.18
Details
Container
2025-02-06 17:36:38 -05:00
8
OCI / Docker
linux/amd64
Apache-2.0
19 MiB
Versions (6) View all
production-authelia 2025-02-06
production-mariadb 2025-02-06
production-redis 2025-02-06
staging-authelia 2025-02-06
staging-redis 2025-02-06