arm64-1.261.9101
sha256:7b67b7662aee1906e0c04a883b1db6d066d1530ab3ac6413b4d8f73046e8881c
OS/ARCH
linux/arm64
Compressed size
13.35 MB
Last pushed
23 days by rtsbuilder
Type
Image
Manifest digest
sha256:7b67b7662aee1906e0c04a883b1db6d066d1530ab3ac6413b4d8f73046e8881c
Image Layers
1ARG TARGETARCH=arm640 B2ARG UBUNTU_RELEASE=24.040 B3LABEL org.opencontainers.image.title=RTS Engage Bridge Service0 B4LABEL org.opencontainers.image.description=Engage Bridge Service (EBS)0 B5LABEL org.opencontainers.image.authors=Rally Tactical Systems, Inc.0 B6LABEL org.opencontainers.image.source=https://github.com/rallytac/pub0 B7LABEL org.opencontainers.image.version=1.261.91010 B8LABEL org.opencontainers.image.licenses=MIT0 B9LABEL org.opencontainers.image.base.name=chiseled-ubuntu:24.040 B10COPY /rootfs / # buildkit7.9 MB11COPY docker/machine-id /etc/machine-id # buildkit172 B12COPY --chmod=755 docker/rts-health-check /rts-health-check #191 B13COPY --chmod=755 ebs/arm64/engagebridged /usr/local/bin/engagebridged #5.45 MB14COPY --chown=ubuntu:ubuntu ebs/engagebridged_conf.json /etc/engagebridged/ #788 B15COPY --chown=ubuntu:ubuntu ebs/bridges.json /etc/engagebridged/ #206 B16COPY --chown=ubuntu:ubuntu ebs/engagebridged.certstore /etc/engagebridged/ #3.48 KB17EXPOSE [1024/udp 1025/udp 1026/udp 1027/udp0 B18COPY --chmod=755 docker/entrypoint.sh /entrypoint.sh #616 B19ENV TMPDIR=/tmp/rts0 B20WORKDIR /home/ubuntu32 B21USER ubuntu0 B22ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG TARGETARCH=arm64