salonsync-api-gateway (sha256:64c3e0c5f8df8f6de2ce3c3fc52b14532c6b1d86eccbc38706a02a83b1aaf121)
Published 2026-06-26 14:26:18 +02:00 by jgerits
Installation
docker pull git.gerits.eu/jgerits/salonsync-api-gateway@sha256:64c3e0c5f8df8f6de2ce3c3fc52b14532c6b1d86eccbc38706a02a83b1aaf121sha256:64c3e0c5f8df8f6de2ce3c3fc52b14532c6b1d86eccbc38706a02a83b1aaf121About 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
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