salesmannotes-web (pr-1-head)

Published 2026-04-28 00:50:44 +00:00 by seang96

Installation

docker pull git.spgrn.com/seang96/salesmannotes-web:pr-1-head
sha256:5c533fffdf68e48be713249a23cbb9f1c7becfc45eb45f180f0bd723097440d3

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=8.0.26
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.26
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 2026-04-28T00:50:41.014Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision c547ac875d42119712d5a23addfc46f53bca99e3
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
2026-04-28 00:50:44 +00:00
3
OCI / Docker
linux/amd64
88 MiB
Versions (14) View all
pr-1-head 2026-04-28
sha-c547ac8 2026-04-28
feature-emails 2026-04-28
main 2026-04-27
sha-9107e9d 2026-04-27