authenticatedglue (sha256:82723556565f364b5baec284ceb6cc77ff17a35b709fb3ab5e66d91f0a466ead)

Published 2026-04-11 22:20:30 +00:00 by Foxite

Installation

docker pull git.foxite.dev/foxite/authenticatedglue@sha256:82723556565f364b5baec284ceb6cc77ff17a35b709fb3ab5e66d91f0a466ead
sha256:82723556565f364b5baec284ceb6cc77ff17a35b709fb3ab5e66d91f0a466ead

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
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.14
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.14
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-04-11T22:20:09.596Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 0a9148ebba979e4d112d1af5ae718ef11f2d829c
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-04-11 22:20:30 +00:00
1
OCI / Docker
linux/amd64
89 MiB
Versions (1) View all
master 2026-04-11