diff --git a/Dockerfile b/Dockerfile index 22f55ba833..72359348e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # When rebasing to new Fedora, also update openshift/release: # https://github.com/openshift/release/tree/master/ci-operator/config/coreos/coreos-assembler/coreos-coreos-assembler-main.yaml -FROM quay.io/fedora/fedora:43 +FROM quay.io/fedora/fedora:44 WORKDIR /root/containerbuild # This variable is enabled by Konflux to build the container image hermatically. ARG NO_NETWORK=0 diff --git a/build.sh b/build.sh index 52d3d44f99..c8b4a34c1b 100755 --- a/build.sh +++ b/build.sh @@ -73,7 +73,7 @@ install_rpms() { builddeps=$(grep -v '^#' "${srcdir}"/src/build-deps.txt) # Process our base dependencies + build dependencies and install - (echo "${builddeps}" && echo "${frozendeps}" && "${srcdir}"/src/print-dependencies.sh) | xargs yum -y install + (echo "${builddeps}" && echo "${frozendeps}" && "${srcdir}"/src/print-dependencies.sh) | xargs yum -y install --skip-unavailable # Delete file that only exists on ppc64le because it is causing # sudo to not work. diff --git a/tests/containers/nfs/Containerfile b/tests/containers/nfs/Containerfile index 0af4ffb932..30027fdf95 100644 --- a/tests/containers/nfs/Containerfile +++ b/tests/containers/nfs/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:43 +FROM quay.io/fedora/fedora:44 RUN dnf -y install /usr/bin/ps nfs-utils && dnf clean all && rm -rf /var/cache/yum diff --git a/tests/containers/tang/Containerfile b/tests/containers/tang/Containerfile index b5d13852da..9aee003572 100644 --- a/tests/containers/tang/Containerfile +++ b/tests/containers/tang/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:43 +FROM quay.io/fedora/fedora:44 RUN dnf -y install systemd tang && dnf clean all && rm -rf /var/cache/yum EXPOSE 80 diff --git a/tests/containers/targetcli/Containerfile b/tests/containers/targetcli/Containerfile index 2255ad47dd..c108f8d507 100644 --- a/tests/containers/targetcli/Containerfile +++ b/tests/containers/targetcli/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:43 +FROM quay.io/fedora/fedora:44 RUN dnf install -y targetcli kmod && dnf clean all RUN systemctl enable target