Namespace
rocm
Image / Tag
rocm-terminal:6.3.1
Content Digest
sha256:940806cbd37cdeb6f826fe94aa3270f4d98e0c219f44142af8b71df2759c331e
Details
Created

2025-01-31 01:18:01 UTC

Size

1.02 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:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 - 2.52% (26.2 MB)

[#001] sha256:a874b4a96ca7be0b297d101a302281ab976d352614089deca55b02722bf58247 - 97.48% (1020 MB)

[#002] sha256:4605af7b46cf0bf0449bd0826ca8de7c2bdf8bce6e323284e1105959c3200d70 - 0.0% (263 Bytes)

[#003] sha256:10db80f72e80542de37ff8d505538c6b03dd7fddcc6d9ca4ee9c1c40025058f9 - 0.0% (4.26 KB)

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

[#005] sha256:6a04f323585d3e67feac2a60bc7f9949161285c63c1008ac95e18bcd0ecdcbfd - 0.0% (411 Bytes)


History
2024-10-11 03:38:25 UTC

/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-21 00:45:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=dl.mlsedevops@amd.com

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=6.2

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=6.2

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=6.3.1 AMDGPU_VERSION=6.3.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-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

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

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

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

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

USER rocm-user

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

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

2024-12-21 00:45:51 UTC (buildkit.dockerfile.v0)

CMD ["bash" "-l"]

2025-01-31 01:18:01 UTC

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