• Joined on 2024-10-24

rolodex (sha-ce9acf9)

Published 2026-07-30 16:05:30 -05:00 by jim

Installation

docker pull git.basso.land/jim/rolodex:sha-ce9acf9
sha256:e9d03d001de5a3b535c7e3b2f792dc726d4a355c12750ad3a18814ed7ec4f48c

Images

Digest OS / Arch Size
24123ba77f 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
ARG SOURCE_REVISION=ce9acf97a37a16f3a214534774ccc5ec430a5867
ARG BUILD_TIME=2026-07-30T21:04:38Z
ENV ASPNETCORE_HTTP_PORTS=8080 ASPNETCORE_ENVIRONMENT=Production Rolodex__DatabasePath=/data/TL.db Rolodex__Revision=ce9acf97a37a16f3a214534774ccc5ec430a5867 Rolodex__BuiltAt=2026-07-30T21:04:38Z
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-30T21:04:37.977Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision ce9acf97a37a16f3a214534774ccc5ec430a5867
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-30 16:05:30 -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