watchtowerglue (sha256:2ff973d47052b796b52999a2237226c43690526324af80a6e65f1e887b5a6fc4)
Published 2026-03-04 09:31:50 +00:00 by Foxite
Installation
docker pull git.foxite.dev/foxite/watchtowerglue@sha256:2ff973d47052b796b52999a2237226c43690526324af80a6e65f1e887b5a6fc4sha256:2ff973d47052b796b52999a2237226c43690526324af80a6e65f1e887b5a6fc4Image layers
| ADD file:9b38b383dd93169a663eed88edf3f2285b837257ead69dc40ab5ed1fb3f52c35 in / |
| CMD ["bash"] |
| ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV DOTNET_VERSION=7.0.20 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=7.0.20 |
| COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit |
| WORKDIR /app |
| EXPOSE [80/tcp] |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENTRYPOINT ["./WatchtowerGlue"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-04T09:31:49.423Z |
| 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 |