Commit 23c01ab3 authored by Reza Arbab's avatar Reza Arbab
Browse files

opal-ci: Use the Fedora container registry


The Fedora images in the Docker hub container registry are updated less
frequently and lag the ones from Fedora's offical repo.

In my experience, this often leads to periods where our CI testing is
broken on rawhide due to some short-lived issue that is already fixed in
current images.

So, change our Dockerfiles to pull specifically from the upstream
registry.fedoraproject.org instead.
Signed-off-by: default avatarReza Arbab <arbab@linux.ibm.com>
Reviewed-by: Dan Horák's avatarDan Horák <dan@danny.cz>
Reviewed-by: default avatarAbhishek Singh Tomar <abhishek@linux.ibm.com>
parent 74a70f8b
FROM fedora:rawhide
FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf -y update
RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
# for building documentation and the coverage report
......
FROM fedora:37
FROM registry.fedoraproject.org/fedora:37
RUN dnf -y update
RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
# for building documentation and the coverage report
......
FROM fedora:38
FROM registry.fedoraproject.org/fedora:38
RUN dnf -y update
RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
# for building documentation and the coverage report
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment