Block a user
goobserver (latest)
Published 2026-02-13 12:09:51 -08:00 by TheCrazyInsanity
Installation
docker pull gitea.thecrazyinsanity.win/thecrazyinsanity/goobserver:latestsha256:a956e786070ea88e64bb2026e86c1ba2e49821669ba04de1eb85dbfd1ab71826
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| 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.13 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| WORKDIR /app |
| /bin/sh -c apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/* |
| COPY file:20c32e9b1aee67174022d4db2316eee013270877184803aaacd200cf73141ba4 in /app/server.zip |
| /bin/sh -c unzip /app/server.zip -d /app |
| /bin/sh -c rm /app/server.zip |
| /bin/sh -c mkdir /app/config |
| /bin/sh -c mv /app/server_config.toml /app/config/server_config.toml |
| /bin/sh -c ln -s /app/config/server_config.toml /app/server_config.toml |
| CMD ["dotnet", "Robust.Server.dll"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.42.0 |