authelia/authelia (4.38.0-dev)

Published 2023-06-24 12:03:00 +00:00 by RPJosh in RPJosh/authelia

Installation

docker pull git.rpjosh.de/rpjosh/authelia/authelia:4.38.0-dev
sha256:2975ba6021ff9d98bf203f7732b4225663c40144d53c14cc55ffcbd8a5b53f35

Image Layers

ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /
CMD ["/bin/sh"]
ARG TARGETOS
ARG TARGETARCH
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 # 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" '\x00'}
Details
Container
2023-06-24 12:03:00 +00:00
142
OCI / Docker
linux/amd64
20 MiB
Versions (1) View all
4.38.0-dev 2023-06-24