crystal (testing)

Published 2026-05-21 09:29:29 +00:00 by descpro

Installation

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

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:acfad5758be1713f7e36909344ed9fd75b8da7d195ba088e6813f7cc3f1811c3 in .
/bin/sh -c chmod +x Crystal.API
ENV ASPNETCORE_URLS=http://+:2503
ENTRYPOINT ["./Crystal.API"]
LABEL org.opencontainers.image.created=2026-05-21T09:29:09Z
LABEL org.opencontainers.image.revision=d783ce2b7d07c7b50c0ee1da6704be34b6a98aa0
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-05-21T09:29:09Z
org.opencontainers.image.revision d783ce2b7d07c7b50c0ee1da6704be34b6a98aa0
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-05-21 09:29:29 +00:00
903
OCI / Docker
linux/amd64
178 MiB
Versions (2) View all
testing 2026-05-21
latest 2026-03-05