• Joined on 2026-02-22

claudequeue-base (sha256:4672191e6241f68e8aa0a1bd9ef81db60cf02d2ccdbd1333813492713143bfa1)

Published 2026-07-17 14:08:46 +00:00 by josh

Installation

docker pull git2.hesed.sbs/josh/claudequeue-base@sha256:4672191e6241f68e8aa0a1bd9ef81db60cf02d2ccdbd1333813492713143bfa1
sha256:4672191e6241f68e8aa0a1bd9ef81db60cf02d2ccdbd1333813492713143bfa1

Image Layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache php83 php83-pdo php83-pdo_mysql php83-pecl-redis php83-pecl-swoole php83-json php83-mbstring php83-openssl php83-pcntl php83-posix php83-tokenizer php83-ctype php83-fileinfo php83-curl composer nodejs npm git openssh-client curl bash # buildkit
RUN /bin/sh -c ln -sf /usr/bin/php83 /usr/bin/php # buildkit
WORKDIR /var/www/html
COPY composer.json ./ # buildkit
RUN /bin/sh -c composer install --no-dev --optimize-autoloader # buildkit
COPY package.json package-lock.json vite.config.js ./ # buildkit
RUN /bin/sh -c npm ci # buildkit
RUN /bin/sh -c mkdir -p /var/www/ssh-keys && chmod 700 /var/www/ssh-keys # buildkit
RUN /bin/sh -c mkdir -p /var/www/html/public/uploads/tasks && chmod 755 /var/www/html/public/uploads # buildkit
Details
Container
2026-07-17 14:08:46 +00:00
16
OCI / Docker
linux/amd64
64 MiB
Versions (3) View all
sha-3438026f6885 2026-07-17
latest 2026-07-17
sha-91e13d230e78 2026-07-17