Block a user
rolodex (sha-43f40c3)
Published 2026-07-29 15:38:44 -05:00 by jim
Installation
docker pull git.basso.land/jim/rolodex:sha-43f40c3sha256:af33daf733e6eb5b6a7f831e8604b6af436165150e41b060b4688f1490ee9505
Images
| Digest | OS / Arch | Size |
|---|---|---|
| e807d667c0 | 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-29T20:38:03.197Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 43f40c34629403e9f96be2a78ffb04a39885af79 |
| 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
2026-07-29 15:38:44 -05:00
Versions (40)
View all
Container
0
OCI / Docker
latest
2026-08-07
sha-59b84ce
2026-08-07
sha-e3d6b7a
2026-08-07
sha-374d7d2
2026-08-07
sha-18ae54c
2026-08-05