Skip to content

Commit

Permalink
PMM-7 use oraclelinux image for pmm client
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Feb 19, 2025
1 parent e4d16a1 commit bcad655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmm-app/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:

pmm-client:
container_name: pmm-client
image: rockylinux:9
image: oraclelinux:9
depends_on:
- pmm-server
- sysbench-ps
Expand All @@ -53,7 +53,7 @@ services:
- logs-directory:/var/log/mysql

ps:
image: percona/percona-server:latest
image: percona/percona-server:8.0
container_name: ps
environment:
- MYSQL_ROOT_PASSWORD=secret
Expand Down

0 comments on commit bcad655

Please sign in to comment.