salesmannotes-web (sha-30e7d4d)

Published 2025-09-17 23:06:31 +00:00 by seang96

Installation

docker pull git.spgrn.com/seang96/salesmannotes-web:sha-30e7d4d
sha256:83082b302a15f842050181567bae1000dadb17e837b627137be5836f38095d1b

Image layers

COPY /rootfs / # buildkit
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
COPY --chown=1654:1654 /rootfs/home/app /home/app # buildkit
USER 1654
ENV DOTNET_VERSION=8.0.20
COPY /usr/share/dotnet /usr/share/dotnet # buildkit
COPY /dotnet-symlink /usr/bin # buildkit
ENTRYPOINT ["/usr/bin/dotnet"]
CMD ["--info"]
ENV ASPNET_VERSION=8.0.20
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
EXPOSE map[8080/tcp:{}]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "SalesmanNotesWeb.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-09-17T23:05:37.821Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 30e7d4d2e3c84263e5703b20c91bbdc53fd38f8b
org.opencontainers.image.source https://git.spgrn.com/seang96/SalesmanNotes
org.opencontainers.image.title SalesmanNotes
org.opencontainers.image.url https://git.spgrn.com/seang96/SalesmanNotes
org.opencontainers.image.version pr-1-head
Details
Container
2025-09-17 23:06:31 +00:00
1
OCI / Docker
linux/amd64
88 MiB
Versions (9) View all
v1.0.8 2025-09-17
sha-b33502e 2025-09-17
latest 2025-09-17
1.0.8 2025-09-17
1.0 2025-09-17