crystal (testing)

Published 2026-01-21 04:20:58 +00:00 by descpro

Installation

docker pull registry.finnxt.in/descpro/crystal:testing
sha256:c185631e2b2c90c7f844dda7d3da59750fe56e42fdccf3230c64c50233d69856

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:995e6aed2a4efd575aaf5d6571288490ce475a163d0e678badfa7e3c5edbe43e in .
/bin/sh -c chmod +x Crystal.API
ENV ASPNETCORE_URLS=http://+:2503
ENTRYPOINT ["./Crystal.API"]
LABEL org.opencontainers.image.created=2026-01-21T04:20:34Z
LABEL org.opencontainers.image.revision=bbe00e9d9a2410a15123a2bb7137d867d21bf29d
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-01-21T04:20:34Z
org.opencontainers.image.revision bbe00e9d9a2410a15123a2bb7137d867d21bf29d
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-01-21 04:20:58 +00:00
329
OCI / Docker
linux/amd64
174 MiB
Versions (2) View all
testing 2026-01-21
latest 2026-01-09