Skip to content

Commit

Permalink
tests: switch Fedora 32 containers to Fedora 33
Browse files Browse the repository at this point in the history
Since we are switching the base we might as well do this otherwise
there is a chance we'll forget about them.
  • Loading branch information
dustymabe committed Oct 6, 2020
1 parent de7e7ad commit 589aeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kola/chrony/dhcp-propagation
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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:32
FROM registry.fedoraproject.org/fedora:33
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/rootless-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -euxo pipefail
# https://github.com/coreos/coreos-assembler/issues/1645
cd $(mktemp -d)
cat <<EOF > Containerfile
FROM registry.fedoraproject.org/fedora:32
FROM registry.fedoraproject.org/fedora:33
RUN dnf -y install systemd httpd \
&& dnf clean all \
&& systemctl enable httpd
Expand Down

0 comments on commit 589aeba

Please sign in to comment.