salonsync-api-gateway (sha256:5205098e760d0ff12c8c7f16e7200bfeb2a70359715b7867bb56c6850bcce387)
Published 2026-07-12 17:59:37 +02:00 by jgerits
Installation
docker pull git.gerits.eu/jgerits/salonsync-api-gateway@sha256:5205098e760d0ff12c8c7f16e7200bfeb2a70359715b7867bb56c6850bcce387sha256:5205098e760d0ff12c8c7f16e7200bfeb2a70359715b7867bb56c6850bcce387About 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