crystal (latest)

Published 2025-12-05 06:06:59 +00:00 by descpro

Installation

docker pull registry.finnxt.in/descpro/crystal:latest
sha256:84721e45ae937b944b2254e67cac089036eedb45e1dd4ff9b6f0f9432c45ff3b

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'
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 -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.12
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.12
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
/bin/sh -c apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev
WORKDIR /app
/bin/sh -c export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
/bin/sh -c export ASPNETCORE_ENVIRONMENT=Staging
COPY dir:c04b1adbbb0abef5e92491a7faf32995e37c6bae68e01f3a0e85af09914ea010 in .
/bin/sh -c chmod +x Crystal.API
ENV ASPNETCORE_URLS=http://+:2503
ENTRYPOINT ["./Crystal.API"]
LABEL org.opencontainers.image.created=2025-12-05T06:06:43Z
LABEL org.opencontainers.image.revision=082096b4f8c391e9b24a16f7b150156ee4ec08ba
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 2025-12-05T06:06:43Z
org.opencontainers.image.revision 082096b4f8c391e9b24a16f7b150156ee4ec08ba
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
2025-12-05 06:06:59 +00:00
422
OCI / Docker
linux/amd64
171 MiB
Versions (2) View all
testing 2025-12-05
latest 2025-12-05