Skip to content

Commit

Permalink
tree: import changes from testing-devel at add8a18
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Jul 16, 2024
1 parent 1f43277 commit 51a7192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/kola/ntp/data/ntplib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ntp_test_setup() {
pushd "$(mktemp -d)"
cat <<EOF >Dockerfile
FROM quay.io/fedora/fedora:40
RUN rm -f /etc/yum.repos.d/*.repo \
&& curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora.repo -o /etc/yum.repos.d/fedora.repo
RUN dnf -y install systemd dnsmasq iproute iputils \
&& dnf clean all \
&& systemctl enable dnsmasq
Expand Down
2 changes: 2 additions & 0 deletions tests/kola/podman/rootless-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ set -euxo pipefail
cd $(mktemp -d)
cat <<EOF > Containerfile
FROM quay.io/fedora/fedora:40
RUN rm -f /etc/yum.repos.d/*.repo \
&& curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora.repo -o /etc/yum.repos.d/fedora.repo
RUN dnf -y update \
&& dnf -y install systemd httpd \
&& dnf clean all \
Expand Down

0 comments on commit 51a7192

Please sign in to comment.