fargo3dwebsite/fargo3d-web (dev)
Published 2026-06-10 15:20:21 +00:00 by espoon
Installation
docker pull meetup.fargo3d.com/fargo3d/fargo3dwebsite/fargo3d-web:devsha256:a3ebbbf1611a2116be96fd63fe2776cb9ec2666c9789646a457d82659c305f45
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 201395876a | linux/amd64 | 118 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f 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.9 |
| 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.9 |
| 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-06-10T15:19:33.175Z |
| org.opencontainers.image.description | This Repo is used to build the Fargo3d Website |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 622ad51cf1b2d6dab7723b43f92f5a3713609b53 |
| 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 | dev |
Details
2026-06-10 15:20:21 +00:00
Versions (17)
View all
Container
35
OCI / Docker