We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was looking into supply chain security of the almalinux 8 image.
It is currently pulling from a non-official image of almalinux: https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-almalinux-8-complete#L1
FROM amd64/almalinux:8
This appears to be published by the amd64 organization but also says it is the official image at https://hub.docker.com/r/amd64/almalinux/
The official build of AlmaLinux OS.
According to https://github.com/AlmaLinux/docker-images and https://hub.docker.com/_/almalinux
The official image is almalinux:8.
almalinux:8
If you want to pull always the amd64 version of this, I would do a line like FROM --platform=linux/amd64 almalinux:8
FROM --platform=linux/amd64 almalinux:8
I suggest y'all switch over to the official image to avoid supply chain security red flags
almalinux
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Suggestion Description
I was looking into supply chain security of the almalinux 8 image.
It is currently pulling from a non-official image of almalinux:
https://github.com/ROCm/ROCm-docker/blob/master/dev/Dockerfile-almalinux-8-complete#L1
This appears to be published by the amd64 organization but also says it is the official image at https://hub.docker.com/r/amd64/almalinux/
According to https://github.com/AlmaLinux/docker-images and https://hub.docker.com/_/almalinux
The official image is
almalinux:8
.If you want to pull always the amd64 version of this, I would do a line like
FROM --platform=linux/amd64 almalinux:8
I suggest y'all switch over to the official image to avoid supply chain security red flags
Operating System
almalinux
GPU
No response
ROCm Component
No response
The text was updated successfully, but these errors were encountered: