• Joined on 2026-02-22

claudequeue-base (sha256:9aac097eca1205ed37b15e90382aefbf4aef20ac56c9729b223f075959474cfb)

Published 2026-07-17 11:22:03 +00:00 by josh

Installation

docker pull git2.hesed.sbs/josh/claudequeue-base@sha256:9aac097eca1205ed37b15e90382aefbf4aef20ac56c9729b223f075959474cfb
sha256:9aac097eca1205ed37b15e90382aefbf4aef20ac56c9729b223f075959474cfb

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 vite.config.js ./ # buildkit
RUN /bin/sh -c npm install # 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 11:22:03 +00:00
1
OCI / Docker
linux/amd64
77 MiB
Versions (3) View all
sha-3438026f6885 2026-07-17
latest 2026-07-17
sha-91e13d230e78 2026-07-17