authenticatedglue (sha256:3cdd054902e54974a66c3b0d36d78e1f6c89e740c6844fde2039b5fa53659f20)

Published 2026-03-04 09:21:32 +00:00 by Foxite

Installation

docker pull git.foxite.dev/foxite/authenticatedglue@sha256:3cdd054902e54974a66c3b0d36d78e1f6c89e740c6844fde2039b5fa53659f20
sha256:3cdd054902e54974a66c3b0d36d78e1f6c89e740c6844fde2039b5fa53659f20

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
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 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=9.0.13
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.13
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
EXPOSE [8080/tcp]
EXPOSE [8081/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "AuthenticatedGlue.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-03-04T09:21:31.629Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision a9ce057de72bf0b9b5ab094be17c27c63fd82c67
org.opencontainers.image.source https://git.foxite.dev/Foxite/WatchtowerGlue
org.opencontainers.image.title WatchtowerGlue
org.opencontainers.image.url https://git.foxite.dev/Foxite/WatchtowerGlue
org.opencontainers.image.version master
Details
Container
2026-03-04 09:21:32 +00:00
1
OCI / Docker
linux/amd64
89 MiB
Versions (1) View all
master 2026-03-04