Namespace
rocm
Image / Tag
rocm-terminal:5.6.1
Content Digest
sha256:06d1ba2951f4c88f74db35a1ba7e4622342008ab71d5782e2656c29b080e3b03
Details
Created

2023-08-29 23:56:16 UTC

Size

1.77 GB

Content Digest
Labels
  • 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:7007490126efaae58924972668256aaeb4858e6c4537eb4257e1978719b958c7 - 1.51% (27.3 MB)

[#001] sha256:5d5560db272b4383f5afbe1056e711f7c858d5277f30a72d0dcbac34af16b2e7 - 98.49% (1.74 GB)

[#002] sha256:fa70166d21877de14dbfd4082123c70791c7b0c81d071759cd5c6192f3fb314e - 0.0% (264 Bytes)

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

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


History
2023-08-01 06:16:43 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:45 UTC

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

2023-08-01 06:16:46 UTC

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

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

MAINTAINER Peng Sun <Peng.Sun@amd.com>

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=5.3

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=5.3

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=5.6.1 AMDGPU_VERSION=5.6.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

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

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

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

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

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

USER rocm-user

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2023-08-29 23:56:16 UTC (buildkit.dockerfile.v0)

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

2023-08-29 23:56:16 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