summaryrefslogtreecommitdiff
path: root/tests/kolainst/libinsttest.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-03-26 14:12:37 +0000
committerColin Walters <walters@verbum.org>2021-03-31 15:11:34 -0400
commit6d0bb10bf07b3b793b091d5cb78049266bd28e41 (patch)
tree793b1025035902bad138bc36787bb8d9c2cbf977 /tests/kolainst/libinsttest.sh
parentcb0fd2bf93b52335225ad3921b4897bc8cc30266 (diff)
downloadostree-6d0bb10bf07b3b793b091d5cb78049266bd28e41.tar.gz
cci: Update for buildroot changes
See latest in https://github.com/coreos/fedora-coreos-tracker/blob/master/docs/ci-and-builds.md
Diffstat (limited to 'tests/kolainst/libinsttest.sh')
-rw-r--r--tests/kolainst/libinsttest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kolainst/libinsttest.sh b/tests/kolainst/libinsttest.sh
index bf40a285..50c1a184 100644
--- a/tests/kolainst/libinsttest.sh
+++ b/tests/kolainst/libinsttest.sh
@@ -41,8 +41,8 @@ run_tmp_webserver() {
dir=$1
port=8000
- podman create --name ostree-httpd --privileged -ti --net=host -v "${dir}":/srv --workdir /srv \
- registry.svc.ci.openshift.org/coreos/fedora:31 python3 -m http.server "${port}"
+ podman create --name ostree-httpd --privileged --user root -ti --net=host -v "${dir}":/srv --workdir /srv \
+ quay.io/coreos-assembler/fcos-buildroot:testing-devel python3 -m http.server "${port}"
podman generate systemd ostree-httpd > /etc/systemd/system/ostree-httpd.service
systemctl daemon-reload
systemctl start ostree-httpd.service