• Joined on 2024-10-24

rolodex (sha-0716d9b)

Published 2026-08-05 09:07:44 -05:00 by jim

Installation

docker pull git.basso.land/jim/rolodex:sha-0716d9b
sha256:bf6d3b663db9a927f587721226760d89ba7ae6506411bcb940527543ed3d6325

Images

Digest OS / Arch Size
368c11dca8 linux/amd64 110 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
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 openssh-client && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/publish . # buildkit
ARG SOURCE_REVISION=0716d9b3339115665b384b577d920c431974976f
ARG BUILD_TIME=2026-08-05T14:07:02Z
ENV ASPNETCORE_HTTP_PORTS=8080 ASPNETCORE_ENVIRONMENT=Production Rolodex__DatabasePath=/data/TL.db Rolodex__Revision=0716d9b3339115665b384b577d920c431974976f Rolodex__BuiltAt=2026-08-05T14:07:02Z
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-08-05T14:07:02.669Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 0716d9b3339115665b384b577d920c431974976f
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-08-05 09:07:44 -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