sha256:1c7a66694ce3451bf1690eee4685fd080bc07cd689144c57002a06e8954b8d88
OS/ARCH
Compressed size
194.2 MB
Last pushed
7 months by drumsergio
Type
Image
Manifest digest
sha256:d392b9eb05c9c59b68af97af0b77249f703d1ac63db6754fd13469b75f2079a8
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update46.46 MB3COPY /usr/local /usr/local # buildkit55.13 MB4COPY /opt/genieacs /opt/genieacs # buildkit30.87 MB5COPY /tmp/genieacs-services/supervisord.conf /etc/supervisor/conf.d/genieacs.conf # buildkit401 B6COPY /tmp/genieacs-services/run_with_env.sh /usr/local/bin/run_with_env.sh # buildkit270 B7RUN /bin/sh -c chmod +x266 B8RUN /bin/sh -c rm -rf169 B9COPY config/genieacs.logrotate /etc/logrotate.d/genieacs # buildkit244 B10RUN /bin/sh -c useradd --system34.83 MB11COPY entrypoint.sh /opt/entrypoint.sh # buildkit230 B12RUN /bin/sh -c chmod +x226 B13ENTRYPOINT ["/opt/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' '@1769990400'