bytesystems

crmcoreapi (0.1.225)

Published 2026-02-11 14:09:23 +01:00 by gitea-admin

Installation

docker pull git.bytesystems.de/bytesystems/crmcoreapi:0.1.225
sha256:8fe44af769a115e5e293a706962c2d1e4fea0121a12510f33012bdfc4e82831e

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 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.3
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.3
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
EXPOSE [8080/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
ARG VERSION=0.1.225
RUN |1 VERSION=0.1.225 /bin/sh -c echo $VERSION > /app/version.txt # buildkit
USER root
RUN |1 VERSION=0.1.225 /bin/sh -c apt-get update --allow-insecure-repositories && apt-get install -y --allow-unauthenticated curl # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "3s" "0s" "0s" '\x03'}
USER 1654
ENV ASPNETCORE_URLS=http://+:8080
ENTRYPOINT ["dotnet" "CrmCoreApi.WebApi.dll"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-02-11 14:09:23 +01:00
0
OCI / Docker
linux/amd64
187 MiB
Versions (29) View all
0.1.226 2026-02-11
0.1.225 2026-02-11
0.1.224 2026-02-11
0.1.223 2026-02-11
0.1.221 2026-02-10