sha256:8811b7679a007c1d0cd3f558a0f064da6287c23d1bed38a1e7405daab684bf36
OS/ARCH
linux/amd64
Compressed size
114.03 MB
Last pushed
over 1 year by andreaspeters
Type
Image
Manifest digest
sha256:8811b7679a007c1d0cd3f558a0f064da6287c23d1bed38a1e7405daab684bf36
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.37 MB6CMD ["/bin/bash"]0 B7ADD ./scripts/* /mumble/scripts/ # buildkit1.81 KB8WORKDIR /mumble/scripts32 B9ARG DEBIAN_FRONTEND=noninteractive0 B10ARG MUMBLE_VERSION=v1.5.6340 B11RUN |2 DEBIAN_FRONTEND=noninteractive MUMBLE_VERSION=v1.5.634 /bin/sh31.82 MB12COPY /mumble/repo/build/mumble-server /usr/bin/mumble-server # buildkit856.67 KB13COPY /mumble/repo/default_config.ini /etc/mumble/bare_config.ini # buildkit6.81 KB14COPY --chmod=755 /mumble/repo/su-exec/su-exec /usr/local/bin/su-exec #5.13 KB15EXPOSE map[64738/tcp:{} 64738/udp:{}]0 B16COPY entrypoint.sh /entrypoint.sh # buildkit2.51 KB17VOLUME [/data]0 B18ENTRYPOINT ["/entrypoint.sh"]0 B19CMD ["/usr/bin/mumble-server" "-fg"]0 B20COPY ./config /etc/murmur # buildkit1.31 KB21COPY ./docker-entrypoint.sh /usr/local/bin/ # buildkit1.37 KB22ENV DEBIAN_FRONTEND=noninteractive0 B23USER root0 B24RUN /bin/sh -c apt-get -y51.31 MB25RUN /bin/sh -c useradd murmur1.28 KB26RUN /bin/sh -c mkdir -p132 B27RUN /bin/sh -c mv /usr/bin/mumble-server856.79 KB28RUN /bin/sh -c chown -R857.96 KB29EXPOSE map[64738/tcp:{} 64738/udp:{}]0 B30WORKDIR /etc/murmur32 B31VOLUME [/data/]0 B32ENTRYPOINT ["docker-entrypoint.sh"]0 BCommand
ARG RELEASE