2024-12-11 22:04:01 -0500
1.02 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin
[#000] sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 - 2.52% (26.2 MB)
[#001] sha256:58271494e663b66cfd310cce8634e297d483164144d7760dd37cd6cafad078af - 97.48% (1020 MB)
[#002] sha256:2110d4d77b1dbe97efa6d90cd4f00f69780515d535afac6fe8717f8e815e8376 - 0.0% (265 Bytes)
[#003] sha256:6e4e299663aa7dee90413dd779b279bf2f9c52c3678cc1c62deb9259183387e0 - 0.0% (4.26 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:d248e45ad4ceab0f7ec7a4d42d0520aa4ece52cf1aacf0c2a0ef1a9ab43e8ab2 - 0.0% (14.2 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in /
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-12-05 04:06:18 UTC (buildkit.dockerfile.v0)LABEL maintainer=dl.mlsedevops@amd.com
2024-12-05 04:06:18 UTC (buildkit.dockerfile.v0)ARG ROCM_VERSION=6.2
2024-12-05 04:06:18 UTC (buildkit.dockerfile.v0)ARG AMDGPU_VERSION=6.2
2024-12-05 04:06:18 UTC (buildkit.dockerfile.v0)RUN |2 ROCM_VERSION=6.3 AMDGPU_VERSION=6.3 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl gnupg && curl -sL http://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/$ROCM_VERSION/ focal main > /etc/apt/sources.list.d/rocm.list' && sh -c 'echo deb [arch=amd64] https://repo.radeon.com/amdgpu/$AMDGPU_VERSION/ubuntu focal main > /etc/apt/sources.list.d/amdgpu.list' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sudo libelf1 libnuma-dev build-essential git vim-nox cmake-curses-gui kmod file python3 python3-pip rocm-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2024-12-05 04:06:18 UTC (buildkit.dockerfile.v0)COPY sudo-nopasswd /etc/sudoers.d/sudo-nopasswd # buildkit
2024-12-05 04:06:19 UTC (buildkit.dockerfile.v0)RUN |2 ROCM_VERSION=6.3 AMDGPU_VERSION=6.3 /bin/sh -c useradd --create-home -G sudo,video --shell /bin/bash rocm-user # buildkit
2024-12-05 04:06:19 UTC (buildkit.dockerfile.v0)USER rocm-user
2024-12-05 04:06:19 UTC (buildkit.dockerfile.v0)WORKDIR /home/rocm-user
2024-12-05 04:06:19 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin
2024-12-05 04:06:19 UTC (buildkit.dockerfile.v0)CMD ["bash" "-l"]
2024-12-11 22:04:01 -0500 (buildkit.dockerfile.v0)USER root
2024-12-11 22:04:01 -0500 (buildkit.dockerfile.v0)COPY bandwidthTestAMD /root/bandwidthTestAMD # buildkit
2024-12-11 22:04:01 -0500 (buildkit.dockerfile.v0)ENTRYPOINT ["/root/bandwidthTestAMD"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.