amd64-1.261.9101
sha256:adde31a99d75aafacd251d67b0d318d98a1ca7cc5d2d9f9f787e1a951e24d0a2
OS/ARCH
linux/amd64
Compressed size
14.65 MB
Last pushed
23 days by rtsbuilder
Type
Image
Manifest digest
sha256:adde31a99d75aafacd251d67b0d318d98a1ca7cc5d2d9f9f787e1a951e24d0a2
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 / # buildkit9.02 MB11COPY docker/machine-id /etc/machine-id # buildkit172 B12COPY --chmod=755 docker/rts-health-check /rts-health-check #191 B13COPY --chmod=755 ebs/amd64/engagebridged /usr/local/bin/engagebridged #5.63 MB14COPY --chown=ubuntu:ubuntu ebs/engagebridged_conf.json /etc/engagebridged/ #788 B15COPY --chown=ubuntu:ubuntu ebs/bridges.json /etc/engagebridged/ #208 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=amd64