fargo3dwebsite/fargo3d-apiservice (pr-1-head)

Published 2025-11-19 03:53:27 +00:00 by espoon

Installation

docker pull meetup.fargo3d.com/fargo3d/fargo3dwebsite/fargo3d-apiservice:pr-1-head
sha256:f0954d65571b7a48b4fedb997d3994fa01b6dcb161d2c55d12a0ceb73c1383f9

Images

Digest OS / Arch Size
6efe3e41cf linux/amd64 99 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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=10.0.0
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.0
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
EXPOSE [8080/tcp]
EXPOSE [8081/tcp]
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "Fargo3D.ApiService.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-11-19T03:52:59.650Z
org.opencontainers.image.description This Repo is used to build the Fargo3d Website
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision cbe9e43f8a1ed0548357c7feb01e21b234954255
org.opencontainers.image.source https://meetup.fargo3d.com/Fargo3d/Fargo3dWebsite
org.opencontainers.image.title Fargo3dWebsite
org.opencontainers.image.url https://meetup.fargo3d.com/Fargo3d/Fargo3dWebsite
org.opencontainers.image.version pr-1-head
Details
Container
2025-11-19 03:53:27 +00:00
0
OCI / Docker
Versions (9) View all
main 2026-01-15
latest 2026-01-15
pr-12-head 2026-01-15
dev 2026-01-15
pr-9-head 2025-12-13