bytesystems

crmcoreapi (0.1.283)

Published 2026-04-08 07:19:20 +02:00 by gitea-admin

Installation

docker pull git.bytesystems.de/bytesystems/crmcoreapi:0.1.283
sha256:fc0f1dc20051b026fae2a1daee768b02e93aaee19843795ab7b73932fdfe2948

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:0f6466425c4f1800aae9224ddc3437b90c829cea58fb8edd5dde2f1eb0ee28da 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
USER 1654
WORKDIR /app
EXPOSE [8080/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
ARG VERSION=0.1.283
RUN |1 VERSION=0.1.283 /bin/sh -c echo $VERSION > /app/version.txt # buildkit
USER root
RUN |1 VERSION=0.1.283 /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/live || 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.version 24.04
Details
Container
2026-04-08 07:19:20 +02:00
1
OCI / Docker
linux/amd64
228 MiB
Versions (62) View all
0.1.288 2026-04-13
0.1.287 2026-04-11
0.1.286 2026-04-11
0.1.285 2026-04-10
0.1.284 2026-04-08