| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:194c886b88876c1804cc5f80719669653c16a388b664147b7f22402105f533c4 in / |
| CMD ["/bin/bash"] |
| /bin/sh -c ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone |
| /bin/sh -c apt update && apt install -y gpg curl wget apt-transport-https ca-certificates lsb-release build-essential |
| /bin/sh -c curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg |
| /bin/sh -c echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null |
| ARG NODE_MAJOR=18 |
| |1 NODE_MAJOR=18 /bin/sh -c set -uex; apt-get update; mkdir -p /etc/apt/keyrings; curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg; echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" > /etc/apt/sources.list.d/nodesource.list; apt-get update; apt-get install nodejs -y; |
| |1 NODE_MAJOR=18 /bin/sh -c apt update && apt install -y docker-ce && rm -rf /var/lib/apt/lists/* |
| |1 NODE_MAJOR=18 /bin/sh -c apt update && apt install -y sudo |
| |1 NODE_MAJOR=18 /bin/sh -c apt update && apt install -y wget curl jq |
| |1 NODE_MAJOR=18 /bin/sh -c apt update && apt install -y software-properties-common |
| |1 NODE_MAJOR=18 /bin/sh -c apt update && apt install -y iptables supervisor |
| COPY multi:5c2b6681b68bae214915368c829989e69bc0ef0d6f21d051123f5886c6acddd4 in /usr/local/bin/ |
| COPY dir:82f8fe8d715a572adfd254ce07730c1f7607aa60fdc76571c8b98b1ef0e2f996 in /etc/supervisor/conf.d/ |
| COPY file:38c62b441bdb0e7b682407cdca6da8c4981f029a309fb4d5584c443a9cc8b66d in /opt/bash-utils/logger.sh |
| COPY file:77170ed116ab96b37e00954123cbb22af3f0e62977b46d24f6d54453c8c20658 in /opt/bash-utils/cgroup-helper.sh |
| |1 NODE_MAJOR=18 /bin/sh -c chmod +x /usr/local/bin/start-docker.sh /usr/local/bin/entrypoint.sh /usr/local/bin/modprobe |
| ENV DOCKER_HOST=unix:///var/run/dind.sock |
| VOLUME [/var/lib/docker] |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
| CMD ["bash"] |