Skip to content

Commit 3c59509

Browse files
chore(deps): update dependency fedora to v43
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent c3bd44b commit 3c59509

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# When rebasing to new Fedora, also update openshift/release:
22
# https://github.com/openshift/release/tree/master/ci-operator/config/coreos/coreos-assembler/coreos-coreos-assembler-main.yaml
3-
FROM quay.io/fedora/fedora:42
3+
FROM quay.io/fedora/fedora:43
44
WORKDIR /root/containerbuild
55
# This variable is enabled by Konflux to build the container image hermatically.
66
ARG NO_NETWORK=0

tests/containers/nfs/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:42
1+
FROM quay.io/fedora/fedora:43
22

33
RUN dnf -y install /usr/bin/ps nfs-utils && dnf clean all && rm -rf /var/cache/yum
44

tests/containers/tang/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:42
1+
FROM quay.io/fedora/fedora:43
22

33
RUN dnf -y install systemd tang && dnf clean all && rm -rf /var/cache/yum
44
EXPOSE 80

tests/containers/targetcli/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:42
1+
FROM quay.io/fedora/fedora:43
22

33
RUN dnf install -y targetcli kmod && dnf clean all
44
RUN systemctl enable target

0 commit comments

Comments
 (0)