worlddawn-api (sha256:f2a37fe010269f812004c0e658a0da8b10a340a6921c9bc269e9a0e308d0c5bf)
Published 2026-06-26 23:23:17 +02:00 by florian
Installation
docker pull git.srv.fscheffers.de/locpac/worlddawn-api@sha256:f2a37fe010269f812004c0e658a0da8b10a340a6921c9bc269e9a0e308d0c5bfsha256:f2a37fe010269f812004c0e658a0da8b10a340a6921c9bc269e9a0e308d0c5bfAbout 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-26T21:21:28.644Z |
| 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 | 5dffff82a4a0c5baed0cc8cfdec399e93e6dae83 |
| 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.6 |
Details
2026-06-26 23:23:17 +02:00
Versions (17)
View all
Container
1
OCI / Docker
linux/amd64
152 MiB