worlddawn-api (sha256:7d560b5c7025cbbb32e392f0e3180eca3ebde5f03253de68cd703b59288814a0)
Published 2026-06-26 17:56:01 +02:00 by florian
Installation
docker pull git.srv.fscheffers.de/locpac/worlddawn-api@sha256:7d560b5c7025cbbb32e392f0e3180eca3ebde5f03253de68cd703b59288814a0sha256:7d560b5c7025cbbb32e392f0e3180eca3ebde5f03253de68cd703b59288814a0About this package
A Worldbuilding Tool to help you create, organize and share your home brew world.
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| 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 && 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=9.0.17 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=9.0.17 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| USER 1654 |
| WORKDIR /app |
| EXPOSE [8080/tcp] |
| EXPOSE [8081/tcp] |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| USER root |
| RUN /bin/sh -c mkdir -p /var/lib/worlddawn/ # buildkit |
| RUN /bin/sh -c chown -R $APP_UID:$APP_UID /var/lib/worlddawn # buildkit |
| USER 1654 |
| ENTRYPOINT ["dotnet" "WorldDawnApi.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-26T15:54:12.378Z |
| org.opencontainers.image.description | A Worldbuilding Tool to help you create, organize and share your home brew world. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | f655e8b9a69b6c24118e2d56a922cadfb71bf53d |
| org.opencontainers.image.source | https://git.srv.kingeldarion.de/PnP/WorldDawn |
| org.opencontainers.image.title | WorldDawn |
| org.opencontainers.image.url | https://git.srv.kingeldarion.de/PnP/WorldDawn |
| org.opencontainers.image.version | 0.0.3 |
Details
2026-06-26 17:56:01 +02:00
Versions (17)
View all
Container
0
OCI / Docker
linux/amd64
152 MiB