ramblingcoder
  • Joined on 2025-10-11

workout-app-v2 (0ae92b8c2f28)

Published 2026-08-26 11:09:38 -05:00 by ramblingcoder

Installation

docker pull git.ramblingcoder.com/ramblingcoder/workout-app-v2:0ae92b8c2f28
sha256:0fd6e27c72897f033b42a9f6ea8bf9d74b7a5efe49466d29099f94e392545f8e

About this package

Private single-owner workout and wellness journal

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.10
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.10
COPY /dotnet /usr/share/dotnet # buildkit
ARG APP_VERSION=0.1.0
ARG VCS_REF=unknown
LABEL org.opencontainers.image.title=Workout App org.opencontainers.image.description=Private single-owner workout and wellness journal org.opencontainers.image.source=https://git.ramblingcoder.com/ramblingcoder/workout-app-v2 org.opencontainers.image.version=0.1.0 org.opencontainers.image.revision=0ae92b8c2f2836201a04b7209b363b338024dc4d
ENV ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_HTTP_PORTS=8080 DOTNET_EnableDiagnostics=0 HOME=/tmp TMPDIR=/tmp
WORKDIR /app
COPY --chown=1654:1654 /out/api/ ./ # buildkit
COPY --chown=1654:1654 /out/web/browser/ ./wwwroot/ # buildkit
USER 1654:1654
EXPOSE map[8080/tcp:{}]
HEALTHCHECK &{["CMD" "dotnet" "WorkoutApp.Api.dll" "container-health-check"] "30s" "5s" "15s" "0s" '\x03'}
ENTRYPOINT ["dotnet" "WorkoutApp.Api.dll"]

Labels

Key Value
org.opencontainers.image.description Private single-owner workout and wellness journal
org.opencontainers.image.revision 0ae92b8c2f2836201a04b7209b363b338024dc4d
org.opencontainers.image.source https://git.ramblingcoder.com/ramblingcoder/workout-app-v2
org.opencontainers.image.title Workout App
org.opencontainers.image.version 0.1.0
Details
Container
2026-08-26 11:09:38 -05:00
0
OCI / Docker
linux/amd64
245 MiB
Versions (12) View all
latest 2026-09-01
dc399bb8221e 2026-09-01
74af76bcbcd7 2026-08-31
5cefba48d2b8 2026-08-29
e17bc5728d3d 2026-08-29