authelia (production-redis)

Published 2025-02-06 17:37:40 -05:00 by colin in Nixius/authelia

Installation

docker pull git.nixc.us/nixius/authelia:production-redis
sha256:788e1ba08c947c49f586bb2408ff84255fd12306a1061d825a89205ec88cd9f7

About this package

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.12
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y libaio1 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c mkdir /data /app && chown -R $APP_UID:$APP_UID /data /app # buildkit
VOLUME [/data]
WORKDIR /app
COPY --chown=1654:1654 /app /app # buildkit
USER 1654
EXPOSE map[6379/tcp:{}]
ENTRYPOINT ["/app/GarnetServer"]

Labels

Key Value
com.docker.compose.project authelia
com.docker.compose.service redis
com.docker.compose.version 2.32.1
org.opencontainers.image.created 2025-02-06T19:58:47.412Z
org.opencontainers.image.description Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 91644c897043c8ec21c3573b749e77715f79f679
org.opencontainers.image.source https://github.com/microsoft/garnet
org.opencontainers.image.title garnet
org.opencontainers.image.url https://github.com/microsoft/garnet
org.opencontainers.image.version main
Details
Container
2025-02-06 17:37:40 -05:00
90
OCI / Docker
linux/amd64
MIT
81 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