amd64-1.263.9103
sha256:148c6895db69d403f2d19c584d81177d978ed4e0b4204a674115b823a23249ee
OS/ARCH
linux/amd64
Compressed size
22.72 MB
Last pushed
23 days by rtsbuilder
Type
Image
Manifest digest
sha256:148c6895db69d403f2d19c584d81177d978ed4e0b4204a674115b823a23249ee
Image Layers
1ARG TARGETARCH=amd640 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 / # buildkit17.06 MB11COPY docker/machine-id /etc/machine-id # buildkit173 B12COPY --chmod=755 docker/rts-health-check /rts-health-check #191 B13COPY --chmod=755 ebs/amd64/engagebridged /usr/local/bin/engagebridged #5.66 MB14COPY --chown=ubuntu:ubuntu ebs/engagebridged_conf.json /etc/engagebridged/ #785 B15COPY --chown=ubuntu:ubuntu ebs/bridges.json /etc/engagebridged/ #201 B16COPY --chown=ubuntu:ubuntu ebs/engagebridged.certstore /etc/engagebridged/ #3.47 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=amd64