salonsync-api-gateway (sha256:edff548b73ece1714ee7120345bdc2d35dbee5283b70b7e46fa914f644e78a90)

Published 2026-07-07 09:32:35 +02:00 by jgerits

Installation

docker pull git.gerits.eu/jgerits/salonsync-api-gateway@sha256:edff548b73ece1714ee7120345bdc2d35dbee5283b70b7e46fa914f644e78a90
sha256:edff548b73ece1714ee7120345bdc2d35dbee5283b70b7e46fa914f644e78a90

About this package

API Gateway for SalonSync microservices

Image layers

COPY /rootfs / # buildkit
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
COPY /rootfs/home/app /home/app # buildkit
USER 1654
ENV DOTNET_VERSION=10.0.9
COPY /usr/share/dotnet /usr/share/dotnet # buildkit
COPY /dotnet-symlink /usr/bin # buildkit
ENTRYPOINT ["/usr/bin/dotnet"]
CMD ["--info"]
ENV ASPNET_VERSION=10.0.9
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
COPY /app/publish . # buildkit
ENV ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
LABEL org.opencontainers.image.title=SalonSync API Gateway org.opencontainers.image.description=API Gateway for SalonSync microservices org.opencontainers.image.vendor=SalonSync org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/jgerits/SalonSync
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL dotnet --info] Interval:30s Timeout:10s StartPeriod:1m0s StartInterval:0s Retries:3}
ENTRYPOINT ["dotnet" "SalonSync.ApiGateway.dll"]

Labels

Key Value
org.opencontainers.image.description API Gateway for SalonSync microservices
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/jgerits/SalonSync
org.opencontainers.image.title SalonSync API Gateway
org.opencontainers.image.vendor SalonSync
Details
Container
2026-07-07 09:32:35 +02:00
0
OCI / Docker
linux/amd64
MIT
89 MiB
Versions (308) View all
buildcache 2026-07-31
564a7eb 2026-07-31
20260731-131452 2026-07-31
be29c16 2026-07-28
20260728-173804 2026-07-28