crystal (latest)

Published 2026-03-05 07:38:30 +00:00 by descpro

Installation

docker pull registry.finnxt.in/descpro/crystal:latest
sha256:1af56c7381a176ef698f18df48da41d0645e416d275d07d74ca57c7a4b350d35

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'
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 zlib1g && 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=8.0.22
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.22
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev && apt-get install -y curl # buildkit
WORKDIR /app
/bin/sh -c export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
/bin/sh -c export ASPNETCORE_ENVIRONMENT=Staging
COPY dir:1f51528ed70f33f607e69f6e8e2252ccef22ad72f217813961057bd5a05d219e in .
/bin/sh -c chmod +x Crystal.API
ENV ASPNETCORE_URLS=http://+:2503
ENTRYPOINT ["./Crystal.API"]
LABEL org.opencontainers.image.created=2026-03-05T07:38:10Z
LABEL org.opencontainers.image.revision=d18a964a24c409ad23d88b7d46fb9492219c45f5
LABEL org.opencontainers.image.source=http://192.168.1.10:3000/Descpro/crystal-new.git
LABEL org.opencontainers.image.url=http://192.168.1.10:3000/Descpro/crystal-new

Labels

Key Value
org.opencontainers.image.created 2026-03-05T07:38:10Z
org.opencontainers.image.revision d18a964a24c409ad23d88b7d46fb9492219c45f5
org.opencontainers.image.source http://192.168.1.10:3000/Descpro/crystal-new.git
org.opencontainers.image.url http://192.168.1.10:3000/Descpro/crystal-new
Details
Container
2026-03-05 07:38:30 +00:00
448
OCI / Docker
linux/amd64
176 MiB
Versions (2) View all
testing 2026-03-21
latest 2026-03-05