sha256:c7b42d018c14e79a7c06728a8f06562f104e71749c84fe64e7dfee4ac1189af7
OS/ARCH
Compressed size
185.8 MB
Last pushed
6 months by drumsergio
Type
Image
Manifest digest
sha256:deb5fdadb7246e2162295bcc815330a2f8c3ecf2d3417a0a6d4c25e0c6fda59d
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c apt-get update46.41 MB3COPY /usr/local /usr/local # buildkit55.34 MB4COPY /opt/genieacs /opt/genieacs # buildkit26.59 MB5COPY /tmp/genieacs-services/supervisord.conf /etc/supervisor/conf.d/genieacs.conf # buildkit400 B6COPY /tmp/genieacs-services/run_with_env.sh /usr/local/bin/run_with_env.sh # buildkit269 B7RUN /bin/sh -c chmod +x265 B8RUN /bin/sh -c rm -rf170 B9COPY config/genieacs.logrotate /etc/logrotate.d/genieacs # buildkit243 B10RUN /bin/sh -c useradd --system30.64 MB11COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit272 B12RUN /bin/sh -c chmod +x268 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 'arm64' out/ 'bookworm' '@1773619200'