Skip to content

Commit

Permalink
tests: update container pulls to be Fedora 36
Browse files Browse the repository at this point in the history
Now that Fedora 36 is out let's use containers based on Fedora 36.
  • Loading branch information
dustymabe authored and HuijingHei committed Oct 10, 2023
1 parent e543284 commit 70aecd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/kola/chrony/dhcp-propagation
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test_setup() {
pushd "$(mktemp -d)"
NTPHOSTIP=$(getent hosts time-c-g.nist.gov | cut -d ' ' -f 1)
cat <<EOF >Dockerfile
FROM registry.fedoraproject.org/fedora:35
FROM registry.fedoraproject.org/fedora:36
RUN dnf -y install systemd dnsmasq iproute iputils \
&& dnf clean all \
&& systemctl enable dnsmasq
Expand Down
2 changes: 1 addition & 1 deletion tests/kola/podman/dns/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runascoreuserscript='
set -euxo pipefail
podman network create testnetwork
podman run --rm -t --network=testnetwork registry.fedoraproject.org/fedora:35 getent hosts google.com
podman run --rm -t --network=testnetwork registry.fedoraproject.org/fedora:36 getent hosts google.com
podman network rm testnetwork
'

Expand Down
2 changes: 1 addition & 1 deletion tests/kola/podman/rootless-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -euxo pipefail
# https://github.com/coreos/coreos-assembler/issues/1645
cd $(mktemp -d)
cat <<EOF > Containerfile
FROM registry.fedoraproject.org/fedora:35
FROM registry.fedoraproject.org/fedora:36
RUN dnf -y update \
&& dnf -y install systemd httpd \
&& dnf clean all \
Expand Down

0 comments on commit 70aecd6

Please sign in to comment.