Namespace
rocm
Image / Tag
rocm-terminal:6.3.3
Content Digest
sha256:7e1128c99d4beba030f4f7bdeb579fe3f2c3274711eefc02947bfb92ca85f985
Details
Created

2025-02-19 23:31:49 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:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 - 2.49% (26.2 MB)

[#001] sha256:a2e45a7e4c208fc04bbbf2ae1042ef936abb83927c1c080bab980894d8e237a6 - 97.51% (1 GB)

[#002] sha256:759026ca48dcf1ba9dd0d4f28a99bf2f4ce91b5d4dbb2e31da2d9ef486d63638 - 0.0% (265 Bytes)

[#003] sha256:23abf91c7ddc7cb410308d043beb61482332ed8fd2de998ecc04f3c7594eb3eb - 0.0% (4.26 KB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 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"]

2025-02-19 23:31:48 UTC (buildkit.dockerfile.v0)

LABEL maintainer=dl.mlsedevops@amd.com

2025-02-19 23:31:48 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=6.2

2025-02-19 23:31:48 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=6.2

2025-02-19 23:31:48 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=6.3.3 AMDGPU_VERSION=6.3.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

2025-02-19 23:31:48 UTC (buildkit.dockerfile.v0)

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

2025-02-19 23:31:49 UTC (buildkit.dockerfile.v0)

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

2025-02-19 23:31:49 UTC (buildkit.dockerfile.v0)

USER rocm-user

2025-02-19 23:31:49 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2025-02-19 23:31:49 UTC (buildkit.dockerfile.v0)

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

2025-02-19 23:31:49 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