• Joined on 2024-10-24

rolodex (sha-a213969)

Published 2026-07-29 09:20:00 -05:00 by jim

Installation

docker pull git.basso.land/jim/rolodex:sha-a213969
sha256:e2ce454963fb0b48d6099c6d856a4426483398d29f12ecd5a723b01bb58c2417

Images

Digest OS / Arch Size
e2f63718cb linux/amd64 108 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=9.0.18
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.18
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/publish . # buildkit
ENV ASPNETCORE_HTTP_PORTS=8080 ASPNETCORE_ENVIRONMENT=Production Rolodex__DatabasePath=/data/TL.db
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:8080/healthz || exit 1] Interval:30s Timeout:5s StartPeriod:15s StartInterval:0s Retries:3}
ENTRYPOINT ["dotnet" "Rolodex.Web.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-07-29T14:19:02.738Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision a21396975c346a4c9772dc95fb7146e333a4aa7a
org.opencontainers.image.source https://git.basso.land/jim/Rolodex
org.opencontainers.image.title Rolodex
org.opencontainers.image.url https://git.basso.land/jim/Rolodex
org.opencontainers.image.version latest
Details
Container
2026-07-29 09:20:00 -05:00
0
OCI / Docker
Versions (40) View all
latest 2026-08-07
sha-59b84ce 2026-08-07
sha-e3d6b7a 2026-08-07
sha-374d7d2 2026-08-07
sha-18ae54c 2026-08-05