sha256:44541cea219461f039fa1df14e5051ec82bcd943a9801171c1789eac5341d5b3
OS/ARCH
Compressed size
186.2 MB
Last pushed
6 months by drumsergio
Type
Image
Manifest digest
sha256:6db26e1ca8c08cf5d69c1559f0cbad4ecd99d727f6247520d32f99fb2b68eeb1
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c apt-get update46.46 MB3COPY /usr/local /usr/local # buildkit55.32 MB4COPY /opt/genieacs /opt/genieacs # buildkit26.51 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 # buildkit271 B7RUN /bin/sh -c chmod +x267 B8RUN /bin/sh -c rm -rf170 B9COPY config/genieacs.logrotate /etc/logrotate.d/genieacs # buildkit243 B10RUN /bin/sh -c useradd --system30.99 MB11COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit274 B12RUN /bin/sh -c chmod +x270 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' '@1773619200'