Skip to content

Commit 41d40b9

Browse files
committed
Update OS version on phusion image to support latest
PS and PXC tar builds for GLIBC #641
1 parent b93f913 commit 41d40b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pmm-tests/ps_pmm_setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- name: Prepare Container for ps and Proxysql
3232
shell: >
3333
docker run -d --name={{ ps_container }}
34-
phusion/baseimage:focal-1.2.0
34+
phusion/baseimage:jammy-1.0.1
3535
3636
- name: Copy all required Artifacts to the docker ps_container
3737
shell: "{{ item }}"

pmm-tests/pxc_proxysql_setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- name: Prepare Container for PXC and Proxysql
3232
shell: >
3333
docker run -d --name={{ pxc_container }}
34-
phusion/baseimage:focal-1.2.0
34+
phusion/baseimage:jammy-1.0.1
3535
3636
- name: Copy all required Artifacts to the docker pxc_container
3737
shell: "{{ item }}"

0 commit comments

Comments
 (0)