]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
docker-compose: Bump testnode image to 22.04
authorZack Cerza <zack@redhat.com>
Tue, 4 Jun 2024 20:41:07 +0000 (14:41 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 4 Jun 2024 20:41:07 +0000 (14:41 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/testnode/Dockerfile
docs/docker-compose/teuthology/teuthology.sh

index 016d32117a65ea29d049b99d80c10f92a5a4a1a3..15fd2350462a4fc734cf64800d5914cec487d9d9 100644 (file)
@@ -1,4 +1,4 @@
-FROM ubuntu:focal
+FROM ubuntu:22.04
 ENV DEBIAN_FRONTEND=noninteractive
 RUN apt update && \
     apt -y install \
index 0378f93d44c62fe702e6793e3abddcba759f6563..78770e323cb43e70d33ba91548ccc3e49ea77cc0 100755 (executable)
@@ -29,7 +29,7 @@ if [ -z "$TEUTHOLOGY_WAIT" ]; then
         -n 100 \
         --suite teuthology:no-ceph \
         --filter-out "libcephfs,kclient,stream,centos,rhel" \
-        -d ubuntu -D 20.04 \
+        -d ubuntu -D 22.04 \
         --suite-branch main \
         --subset 9000/100000 \
         -p 75 \