Skip to content

Commit

Permalink
Run tests on jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Shevchuk committed Jul 24, 2024
1 parent bdfd146 commit 81c7a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/images/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:jammy
ENV container docker
ENV DEBIAN_FRONTEND noninteractive
ENV ZK_VERSION=3.7.1
Expand Down
4 changes: 2 additions & 2 deletions tests/images/base/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ apt-get install \
software-properties-common

apt-key add - < /var/lib/dist/base/percona.gpg
add-apt-repository 'deb http://mirror.yandex.ru/mirrors/percona/percona/apt bionic main'
add-apt-repository 'deb http://mirror.yandex.ru/mirrors/percona/ps-80/apt bionic main'
add-apt-repository 'deb http://mirror.yandex.ru/mirrors/percona/percona/apt jammy main'
add-apt-repository 'deb http://mirror.yandex.ru/mirrors/percona/ps-80/apt jammy main'

# common
apt-get update
Expand Down

0 comments on commit 81c7a07

Please sign in to comment.