Namespace
rocm
Image / Tag
rocm-terminal:6.1.1
Content Digest
sha256:3e12671c6e6c6036c37569b39e4f78859585436f7505ac9add77b49e3ab82a16
Details
Created

2024-05-09 01:57:50 UTC

Size

1.03 GB

Content Digest
Labels
  • maintainer
    dl.mlsedevops.amd.com
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin


Layers

[#000] sha256:d4c3c94e5e10ed15503bda7e145a3652ee935c0b2e9de9b5c98df7ec0a0cd925 - 2.5% (26.2 MB)

[#001] sha256:7aeb14c72f3328d2e1892d2fafed849faf7dac0240778441e75b911f384bd1dd - 97.5% (1 GB)

[#002] sha256:f2991ed1e5c9828826b730b61b926d10ba2156d9fe2cb929d68e74b95acea767 - 0.0% (262 Bytes)

[#003] sha256:170d7ff6ef25bd6e148b6279cdef5cf19c28824d1383c03729b2830efcef0c6d - 0.0% (4.26 KB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-04-27 14:03:39 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-04-27 14:03:39 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-04-27 14:03:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-04-27 14:03:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2024-04-27 14:03:41 UTC

/bin/sh -c #(nop) ADD file:e5742fae181dc02a419e48d202fdd6a561b79ccbe7d3415e15e3d2c12e444a2a in /

2024-04-27 14:03:41 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2024-05-09 01:57:49 UTC (buildkit.dockerfile.v0)

LABEL maintainer=dl.mlsedevops.amd.com

2024-05-09 01:57:49 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=6.1.1

2024-05-09 01:57:49 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=6.1.1

2024-05-09 01:57:49 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=6.1.1 AMDGPU_VERSION=6.1.1 /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-05-09 01:57:49 UTC (buildkit.dockerfile.v0)

COPY sudo-nopasswd /etc/sudoers.d/sudo-nopasswd # buildkit

2024-05-09 01:57:50 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=6.1.1 AMDGPU_VERSION=6.1.1 /bin/sh -c useradd --create-home -G sudo,video --shell /bin/bash rocm-user # buildkit

2024-05-09 01:57:50 UTC (buildkit.dockerfile.v0)

USER rocm-user

2024-05-09 01:57:50 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2024-05-09 01:57:50 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin

2024-05-09 01:57:50 UTC (buildkit.dockerfile.v0)

CMD ["bash" "-l"]

Danger Zone
Delete Tag

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.

Delete