sha256:4f67d547f7128ff8b5cbc3d23e103cd247b3f8cb911557d6ed57b82e209e9047
OS/ARCH
Compressed size
194.26 MB
Last pushed
7 months by drumsergio
Type
Image
Manifest digest
sha256:fae064239abd96d91cbc19dd34fd3fc6ddce7297e83cd1aef7358551c2031836
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c apt-get update46.46 MB3COPY /usr/local /usr/local # buildkit55.18 MB4COPY /opt/genieacs /opt/genieacs # buildkit30.87 MB5COPY /tmp/genieacs-services/supervisord.conf /etc/supervisor/conf.d/genieacs.conf # buildkit399 B6COPY /tmp/genieacs-services/run_with_env.sh /usr/local/bin/run_with_env.sh # buildkit268 B7RUN /bin/sh -c chmod +x265 B8RUN /bin/sh -c rm -rf170 B9COPY config/genieacs.logrotate /etc/logrotate.d/genieacs # buildkit242 B10RUN /bin/sh -c useradd --system34.83 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' '@1771804800'