sha256:1b4805904468cc1e3d8cb227a3ed3d5293fc14804beea16bb501402565f0e279
OS/ARCH
Compressed size
264.49 MB
Last pushed
11 months by hypolas
Type
Image
Manifest digest
sha256:89223fbd0190c2692941c072b506c38287a9ae1b75b009c8d895019b45b165d2
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 25.41 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt-get update37.14 MB9COPY /tmp/agent_version.txt /tmp/agent_version.txt # buildkit148 B10COPY /opt/dl /opt/dl # buildkit132.86 MB11COPY /usr/local/bin/aws-ssm /usr/local/bin/aws-ssm # buildkit3.13 MB12COPY /usr/bin/docker /usr/bin/docker # buildkit17.32 MB13COPY /usr/libexec/docker/cli-plugins/docker-compose /usr/libexec/docker/cli-plugins/docker-compose # buildkit19.51 MB14RUN /bin/sh -c useradd -m5.02 KB15RUN /bin/sh -c apt-get update29.1 MB16RUN /bin/sh -c mkdir -p177 B17WORKDIR /opt/azagent116 B18RUN /bin/sh -c if [122 B19COPY scripts/ /opt/setup-scripts/ # buildkit956 B20RUN /bin/sh -c chmod +x949 B21ENV INSTALL_FOLDER=/opt/azagent0 B22ENV AZP_URL=0 B23ENV AZP_TOKEN=0 B24ENV AZP_POOL=0 B25ENV AZP_AGENT_NAME=0 B26ENV AGENT_NUMBER=0 B27ENV INSTANCE_ID=0 B28ENV AWS_REGION=0 B29ENV AZURE_DEVOPS_TOKEN_SECRET_ARN=0 B30ENV DEFAULT_CONTAINER_IMAGE=ubuntu:22.040 B31ENV DEFAULT_VOLUMES=/var/run/docker.sock:/var/run/docker.sock,/cache:/cache,/data:/data0 B32COPY entrypoint.sh /entrypoint.sh # buildkit1.75 KB33RUN /bin/sh -c chmod +x1.75 KB34RUN /bin/sh -c AGENT_VERSION=$(cat /tmp/agent_version.txt163 B35LABEL maintainer=Nicolas HYPOLITE description=Azure DevOps0 B36USER azureagent0 B37ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE