fargo3dwebsite/fargo3d-web (latest)

Published 2026-03-17 18:02:34 +00:00 by espoon

Installation

docker pull meetup.fargo3d.com/fargo3d/fargo3dwebsite/fargo3d-web:latest
sha256:d69fed22f875f9903381a41bf71c547dc83e24469a4563c0d079c597a13f90ad

Images

Digest OS / Arch Size
54ac0a3eae linux/amd64 116 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:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 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.5
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.5
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
EXPOSE [8080/tcp]
EXPOSE [8081/tcp]
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "Fargo3D.Web.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-03-17T18:01:47.184Z
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 d13ef8d5f44a8f2efdafea53ce7f395179314726
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 main
Details
Container
2026-03-17 18:02:34 +00:00
18
OCI / Docker
Versions (16) View all
main 2026-03-17
latest 2026-03-17
pr-13-head 2026-03-17
dev 2026-03-17
pr-12-head 2026-01-15