salonsync-api-gateway (sha256:e8c4a801ed47a05feeda0d59246c199af4e89e37bb5518978aaacbfd1f44c314)

Published 2026-06-19 15:14:55 +02:00 by jgerits

Installation

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

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 &{["CMD-SHELL" "dotnet --info"] "30s" "10s" "1m0s" "0s" '\x03'}
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-06-19 15:14:55 +02:00
1
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