• Joined on 2026-02-24

tyche-backend (486502c)

Published 2026-03-19 21:33:45 +01:00 by Nicola

Installation

docker pull git.schro.ch/nicola/tyche-backend:486502c
sha256:51abf680ded6736df406a9b8e02919bb1c06fa18be52ba1439cc83c00a0a4296

Images

Digest OS / Arch Size
73860cd437 linux/amd64 108 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
CMD ["/bin/bash"]
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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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=10.0.5
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.5
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libgssapi-krb5-2 && rm -rf /var/lib/apt/lists/* # buildkit
EXPOSE [8080/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
RUN /bin/sh -c mkdir -p /app/uploads # buildkit
ENTRYPOINT ["dotnet" "TycheWebService.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-03-19T20:33:30.760Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 486502ce9f42d38d9e33b02aca7a8de9b7de551f
org.opencontainers.image.source https://git.schro.ch/Schro/Tyche
org.opencontainers.image.title Tyche
org.opencontainers.image.url https://git.schro.ch/Schro/Tyche
org.opencontainers.image.version latest
Details
Container
2026-03-19 21:33:45 +01:00
1
OCI / Docker
Versions (3) View all
latest 2026-03-19
20260319-203330 2026-03-19
486502c 2026-03-19