crystal (latest)
Published 2026-08-19 11:49:08 +00:00 by descpro
Installation
docker pull registry.finnxt.in/descpro/crystal:latestsha256:9132471b48250ca901054fd3cedffc1fd07bb02937ec33a756403e4c924ee5bdImage Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| 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.27 |
| 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.27 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev b3sum # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 # buildkit |
| RUN /bin/sh -c export ASPNETCORE_ENVIRONMENT=Staging # buildkit |
| COPY . . # buildkit |
| RUN /bin/sh -c chmod +x Crystal.API # buildkit |
| ENV ASPNETCORE_URLS=http://+:2503 |
| ENTRYPOINT ["./Crystal.API"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-08-19T11:48:51Z |
| org.opencontainers.image.revision | 46be160c1cc487b90532416aca94783b2379da9d |
| 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
2026-08-19 11:49:08 +00:00
Versions (2)
View all
Container
457
OCI / Docker
linux/amd64
180 MiB