• Joined on 2024-10-24

rolodex (sha-020876e)

Published 2026-07-31 14:01:03 -05:00 by jim

Installation

docker pull git.basso.land/jim/rolodex:sha-020876e
sha256:fd077323d1febafcc0db61aa7c6e2193bf4c47a37ba58b3b469f8cba3c7d1657

Images

Digest OS / Arch Size
2fba07e6c3 linux/amd64 110 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 openssh-client && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/publish . # buildkit
ARG SOURCE_REVISION=020876eef338c654bddfe2468d5bd0e5f6ab7fcd
ARG BUILD_TIME=2026-07-31T19:00:13Z
ENV ASPNETCORE_HTTP_PORTS=8080 ASPNETCORE_ENVIRONMENT=Production Rolodex__DatabasePath=/data/TL.db Rolodex__Revision=020876eef338c654bddfe2468d5bd0e5f6ab7fcd Rolodex__BuiltAt=2026-07-31T19:00:13Z
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-31T19:00:12.845Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 020876eef338c654bddfe2468d5bd0e5f6ab7fcd
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-31 14:01:03 -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