Garand's World Game [Zarchiwizowano]

adsdsadsszdas

garands-world-game (0.0.37)

Published 2025-05-16 15:16:26 +00:00 by GarandPLG in garands-world-game-archived/garands-world-game-archived

Installation

docker pull gitea.garandplg.com/garands-world-game-archived/garands-world-game:0.0.37
sha256:44d95b8e298ca3a32e00853821e5ec399277ac6c86cb790fffb582d233453ae9

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=garandplg@garandplg.com
LABEL version=0.0.37
LABEL description=Garand's WG. Pocketbase + Redis + Bun + Vue3 + Vite + TypeScript + TailwindCSS + Shadcn-vue
ARG PB_VERSION=0.22.26
RUN |1 PB_VERSION=0.22.26 /bin/sh -c apk add --no-cache unzip ca-certificates # buildkit
WORKDIR /app
COPY /build/dist ./pb_public # buildkit
COPY /build/pocketbase/pb_migrations ./pb_migrations # buildkit
COPY /build/pocketbase/pb_hooks ./pb_hooks # buildkit
ADD https://github.com/pocketbase/pocketbase/releases/download/v0.22.26/pocketbase_0.22.26_linux_amd64.zip /tmp/pb.zip # buildkit
RUN |1 PB_VERSION=0.22.26 /bin/sh -c unzip /tmp/pb.zip -d ./ && rm -rf ./CHANGELOG.md ./LICENSE.md /tmp/pb.zip /build && mkdir -p pb_data && chmod +x ./pocketbase && adduser -D pocketbase && chown -R pocketbase:pocketbase /app # buildkit
USER pocketbase
EXPOSE map[8090/tcp:{}]
CMD ["./pocketbase" "serve" "--http" "0.0.0.0:8090" "--dir" "./pb_data" "--migrationsDir" "./pb_migrations" "--publicDir" "./pb_public" "--hooksDir" "./pb_hooks"]

Labels

Key Value
description Garand's WG. Pocketbase + Redis + Bun + Vue3 + Vite + TypeScript + TailwindCSS + Shadcn-vue
maintainer garandplg@garandplg.com
version 0.0.37
Details
Container
2025-05-16 15:16:26 +00:00
0
OCI / Docker
linux/amd64
54 MiB
Versions (5) View all
latest 2025-05-22
0.0.39 2025-05-22
0.0.38 2025-05-19
0.0.37 2025-05-16
0.0.36 2025-05-15