sha256:2b54e22c59d17612d6d14072137aaa947fc6034beed92b156793ee2ea8fa0f25
OS/ARCH
linux/arm64
Compressed size
757.02 MB
Last pushed
3 months by openitc
Type
Image
Manifest digest
sha256:9c060c3c95154ad97a2ae8c9fa6d49f0b97ebf93e15c3c04ea46a9c4269e13e0
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 27.54 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7RUN /bin/sh -c mkdir -p151 B8RUN /bin/sh -c apt-get update91.55 MB9RUN /bin/sh -c apt-get update11.5 MB10COPY /opt/prometheus /opt/prometheus # buildkit233.4 MB11RUN /bin/sh -c addgroup --system1.17 KB12RUN /bin/sh -c chown -R233.4 MB13COPY supervisord.conf.tpl /config_templates/supervisord.conf.tpl # buildkit538 B14RUN /bin/sh -c mkdir /build95 B15WORKDIR /build32 B16COPY go.tar.gz /build/ # buildkit62.53 MB17RUN /bin/sh -c apt-get update13.79 MB18RUN /bin/sh -c rm -rf63.21 MB19ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin0 B20COPY binaryd /build/binaryd # buildkit28.51 KB21RUN /bin/sh -c cd /build/binaryd20.07 MB22COPY binaryd.ini.tpl /config_templates/binaryd.ini.tpl # buildkit220 B23COPY run.sh /run.sh # buildkit574 B24RUN /bin/sh -c chmod +x574 B25EXPOSE [9001/tcp]0 B26EXPOSE [9099/tcp]0 B27ENV DOLLAR=$0 B28ENV SUPERVISOR_USER=supervisord0 B29ENV SUPERVISOR_PASSWORD=password0 B30ENV SUPERVISOR_PORT=90010 B31ENV PROMETHEUS_HOST=prometheus0 B32ENV PROMETHEUS_PORT=90900 B33ENV VICTORIA_METRICS_HOST=victoria-metrics0 B34ENV VICTORIA_METRICS_PORT=84280 B35CMD ["/run.sh"]0 BCommand
ARG RELEASE