sha256:c4379bd07fea9d7761a44e9044d8ce879a9922a547bea272c1486125a1e34f25
OS/ARCH
linux/amd64
Compressed size
1.08 GB
Last pushed
about 1 year by jbuchbinder
Type
Image
Manifest digest
sha256:c4379bd07fea9d7761a44e9044d8ce879a9922a547bea272c1486125a1e34f25
Image Layers
1# debian.sh --arch 'amd64' out/51.27 MB2COPY /usr/lib /usr/ # buildkit274.33 MB3COPY /usr/share/freeswitch /usr/share/ # buildkit398.04 MB4COPY /etc/freeswitch /etc/ # buildkit116.34 KB5COPY /var/lib/freeswitch /var/lib/ # buildkit61.04 KB6COPY /var/log/freeswitch /var/log/ # buildkit140 B7COPY /var/run/freeswitch /var/run/ # buildkit92 B8RUN /bin/sh -c mkdir -p1.23 KB9COPY start-freeswitch.sh /usr/bin/start-freeswitch.sh # buildkit292 B10EXPOSE map[5060/tcp:{}]0 B11EXPOSE map[5060/udp:{}]0 B12EXPOSE map[16384/udp:{} 16385/udp:{} 16386/udp:{} 16387/udp:{}0 B13VOLUME [/etc/freeswitch/]0 B15ENV FUSION_PBX_BRANCH=master0 B16ENV DEBIAN_FRONTEND=noninteractive0 B17RUN /bin/sh -c apt update91.57 MB18RUN /bin/sh -c PHP_VERSION=$(php --version2.01 KB19RUN /bin/sh -c mkdir -p157 B20RUN /bin/sh -c git clone147.26 MB21RUN /bin/sh -c chown -R147.26 MB22RUN /bin/sh -c cp -R184.13 KB23RUN /bin/sh -c sed -i2.72 KB24RUN /bin/sh -c cp -R200.23 KB25RUN /bin/sh -c mkdir -p561 B26ADD ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit323 B27RUN /bin/sh -c PHP_VERSION=$(php --version316 B28EXPOSE map[80/tcp:{}]0 B29EXPOSE map[443/tcp:{}]0 B30VOLUME [/etc/fusionpbx]0 B31CMD ["/bin/sh" "-c" "/usr/bin/supervisord -n"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1754870400'