crco_api (20260125_0751_dev)
Published 2026-01-26 01:51:50 +00:00 by GabeTheFirst
Installation
docker pull projects.gabethefirst.com/gabethefirst/crco_api:20260125_0751_devsha256:23a80056f319c24cf2a06b1e04ad2ca518420abdd79a6486127442bfb36d3c7aImage layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:8e5ba92975ec454f8dff920428b483efcc8c4a987e04e6718a62fbf08be5fa94 in / |
| CMD ["/bin/bash"] |
| 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 libicu70 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.23 |
| 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.23 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| USER app |
| WORKDIR /app |
| EXPOSE 7257 |
| EXPOSE 5068 |
| EXPOSE 1655 |
| ARG IMAGE_BUILD_TAG |
| ENV IMAGE_TAG=${IMAGE_BUILD_TAG} |
| WORKDIR /app |
| COPY dir:aa63dc9206a5be7415211b41973b55547880ac634c7f04aea1ccc75f30d15505 in . |
| ENTRYPOINT ["dotnet", "CreatureCoAPI.dll"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.42.2 |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |
Details
2026-01-26 01:51:50 +00:00
Versions (21)
View all
Container
0
OCI / Docker
linux/amd64
105 MiB
20260219_1334_main
2026-02-19
20260213_1922_main
2026-02-14
20260205_2203_main
2026-02-06
20260205_2058_main
2026-02-06
20260203_1240_dev
2026-02-03