365sync-api (0.1.1-191292e)

Published 2026-08-25 06:59:23 +00:00 by antoine

Installation

docker pull git.luxit.be/luxit/365sync-api:0.1.1-191292e
sha256:1866a9e0b0a95b5d0e0fb85b758509160cea636105f737f8e8814a74f9c186bf

Images

Digest OS / Arch Size
24a6c9992c linux/amd64 100 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 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.11
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.11
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y curl libgssapi-krb5-2 && rm -rf /var/lib/apt/lists/* # buildkit
COPY --chown=app:app /app/publish ./ # buildkit
COPY --chown=app:app /src/web/dist ./wwwroot # buildkit
ENV ASPNETCORE_URLS=http://+:8080 ASPNETCORE_ENVIRONMENT=Production DOTNET_gcServer=1
EXPOSE map[8080/tcp:{}]
USER app
HEALTHCHECK &{["CMD-SHELL" "curl --fail --silent --show-error http://127.0.0.1:8080/health/ready || exit 1"] "30s" "5s" "25s" "0s" '\x03'}
ENTRYPOINT ["/app/M365Sync.Api"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-08-25 06:59:23 +00:00
1
OCI / Docker
Versions (18) View all
0.1.1-37e74f7 2026-08-27
0.1.1-d74e4dc 2026-08-25
0.1.1-b827986 2026-08-25
0.1.1-84423fa 2026-08-25
0.1.1-76f8393 2026-08-25