Skip to content

Commit

Permalink
Update OS version on phusion image to support latest
Browse files Browse the repository at this point in the history
PS and PXC tar builds for GLIBC #641
  • Loading branch information
saikumar-vs committed Sep 19, 2023
1 parent b93f913 commit 41d40b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmm-tests/ps_pmm_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Prepare Container for ps and Proxysql
shell: >
docker run -d --name={{ ps_container }}
phusion/baseimage:focal-1.2.0
phusion/baseimage:jammy-1.0.1
- name: Copy all required Artifacts to the docker ps_container
shell: "{{ item }}"
Expand Down
2 changes: 1 addition & 1 deletion pmm-tests/pxc_proxysql_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Prepare Container for PXC and Proxysql
shell: >
docker run -d --name={{ pxc_container }}
phusion/baseimage:focal-1.2.0
phusion/baseimage:jammy-1.0.1
- name: Copy all required Artifacts to the docker pxc_container
shell: "{{ item }}"
Expand Down

0 comments on commit 41d40b9

Please sign in to comment.