sha256:327486141b8f746f51031e41b7b6b5e41d9ef6d6764857e010d656376425a51b
OS/ARCH
linux/amd64
Compressed size
187.44 MB
Last pushed
4 months by drumsergio
Type
Image
Manifest digest
sha256:056f1edf20b3f7f40bb75b82b8e0230e4d7f9b2ff951e73a9720bdebad99de0e
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c apt-get update46.46 MB3COPY /usr/local /usr/local # buildkit55.58 MB4COPY /opt/genieacs /opt/genieacs # buildkit27 MB5COPY /tmp/genieacs-services/supervisord.conf /etc/supervisor/conf.d/genieacs.conf # buildkit398 B6COPY /tmp/genieacs-services/run_with_env.sh /usr/local/bin/run_with_env.sh # buildkit269 B7RUN /bin/sh -c chmod +x264 B8RUN /bin/sh -c rm -rf170 B9COPY config/genieacs.logrotate /etc/logrotate.d/genieacs # buildkit247 B10RUN /bin/sh -c useradd --system31.48 MB11COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit275 B12RUN /bin/sh -c chmod +x272 B13ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B14WORKDIR /opt/genieacs32 B15EXPOSE [3000/tcp 7547/tcp 7557/tcp 7567/tcp]0 B16CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/genieacs.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'