sha256:0beacc45e3caf2ea10e64614672272a23eac1a9879e1b21b55e7afaaa6472ca8
OS/ARCH
linux/amd64
Compressed size
103.11 MB
Last pushed
about 1 year by packetriot
Type
Image
Manifest digest
sha256:1fce6ab36a932f782344b3e9c8addce8a7c7153a1d6883c4bcc06111911f0293
Image Layers
1# debian.sh --arch 'amd64' out/46.25 MB2RUN /bin/sh -c apt-get update14.5 MB3RUN /bin/sh -c apt-get install30.95 MB4RUN /bin/sh -c mkdir -p321 B5COPY pkg/config.json.example /usr/share/spokes/config.json.example # buildkit373 B6COPY pkg/htdocs /usr/share/spokes/htdocs # buildkit3.91 MB7COPY pkg/templates /usr/share/spokes/templates # buildkit34.08 KB8COPY pkg/crontab /usr/share/spokes/spokes.crontab # buildkit533 B9COPY pkg/db-backup.sh /usr/share/spokes/db-backup.sh # buildkit613 B10COPY pkg/db-backup.sql /usr/share/spokes/db-backup.sql # buildkit309 B11COPY schemas/migrations /usr/share/spokes/migrations # buildkit2.04 KB12COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit273 B13COPY entrypoint.sh / # buildkit593 B14RUN /bin/sh -c crontab -u703 B15COPY spokes /usr/bin/spokes # buildkit7.47 MB16CMD ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'