Skip to content
New issue

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

[Feature]: Use official almalinux image #141

Open
cazlo opened this issue Oct 18, 2024 · 0 comments · May be fixed by #144
Open

[Feature]: Use official almalinux image #141

cazlo opened this issue Oct 18, 2024 · 0 comments · May be fixed by #144

Comments

@cazlo
Copy link

cazlo commented Oct 18, 2024

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

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.

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

@cazlo cazlo linked a pull request Oct 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant