tpimageproxy (sha256:ed75d55827e4bc9245817f5a11e80b7eacd512fc6721b25a9477ade4b01be305)
Published 2026-03-04 10:30:08 +00:00 by Foxite
Installation
docker pull git.foxite.dev/foxite/tpimageproxy@sha256:ed75d55827e4bc9245817f5a11e80b7eacd512fc6721b25a9477ade4b01be305sha256:ed75d55827e4bc9245817f5a11e80b7eacd512fc6721b25a9477ade4b01be305Image 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] |
| COPY /app/publish . # buildkit |
| CMD ["./TPImageProxy"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-04T10:29:57.997Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | ea75c38506af45e4584e3b50eb94f778240bea9e |
| org.opencontainers.image.source | https://git.foxite.dev/Foxite/TreinpositiesBot |
| org.opencontainers.image.title | TreinpositiesBot |
| org.opencontainers.image.url | https://git.foxite.dev/Foxite/TreinpositiesBot |
| org.opencontainers.image.version | master |