Skip to content

Update Percona tags and add 8.4 as default for 8#21125

Open
jpadmin wants to merge 3 commits intodocker-library:masterfrom
jpadmin:patch-1
Open

Update Percona tags and add 8.4 as default for 8#21125
jpadmin wants to merge 3 commits intodocker-library:masterfrom
jpadmin:patch-1

Conversation

@jpadmin
Copy link
Copy Markdown

@jpadmin jpadmin commented Mar 27, 2026

No description provided.

@jpadmin jpadmin requested a review from a team as a code owner March 27, 2026 15:35
@github-actions
Copy link
Copy Markdown

Diff for 46d5cc4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7808554..3338bc8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,16 @@ Maintainers: Evgeniy Patlan <evgeniy.patlan@percona.com> (@EvgeniyPatlan), Viach
 GitRepo: https://github.com/percona/percona-docker.git
 GitFetch: refs/heads/main
 
-Tags: 8.0.45-36-centos, 8.0-centos, 8-centos, 8.0.45-36, 8.0, 8, ps-8.0.45-35, ps-8.0, ps-8
+Tags: 8.0.45-36-centos, 8.0-centos, 8.0.45-36, 8.0, ps-8.0.45-35, ps-8.0
 GitCommit: 808750eaacf6726a5a74b3ac1cb9096e61dfc379
 Directory: percona-server-8.0
 File: Dockerfile-dockerhub
 
+Tags: 8.4.3-3-rhel9, 8.4-rhel9, 8-rhel9, 8.4.3-3, 8.4, 8, ps-8.4.3-3, ps-8.4, ps-8
+GitCommit: a75ca0915e93ae6c356923688646735f4e540f19
+Directory: percona-server-8.4
+File: Dockerfile-dockerhub
+
 Tags: psmdb-6.0.27, psmdb-6.0
 GitCommit: d6cf3b9675f07ec443c5059806ac4ba3ac14a6ac
 Directory: percona-server-mongodb-6.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 4f96ccd..fb3d731 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,13 @@
 percona:8
-percona:8-centos
+percona:8-rhel9
 percona:8.0
 percona:8.0-centos
 percona:8.0.45-36
 percona:8.0.45-36-centos
+percona:8.4
+percona:8.4-rhel9
+percona:8.4.3-3
+percona:8.4.3-3-rhel9
 percona:psmdb-6.0
 percona:psmdb-6.0.27
 percona:psmdb-7.0
@@ -13,3 +17,5 @@ percona:psmdb-8.0.19
 percona:ps-8
 percona:ps-8.0
 percona:ps-8.0.45-35
+percona:ps-8.4
+percona:ps-8.4.3-3
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index ea8920b..d5ba024 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -2,3 +2,4 @@ percona:psmdb-6.0
 percona:psmdb-7.0
 percona:psmdb-8.0
 percona:ps-8
+percona:ps-8.0
diff --git a/percona_ps-8/Dockerfile-dockerhub b/percona_ps-8.0/Dockerfile-dockerhub
similarity index 100%
copy from percona_ps-8/Dockerfile-dockerhub
copy to percona_ps-8.0/Dockerfile-dockerhub
diff --git a/percona_ps-8/ps-entry-dockerhub.sh b/percona_ps-8.0/ps-entry-dockerhub.sh
similarity index 100%
copy from percona_ps-8/ps-entry-dockerhub.sh
copy to percona_ps-8.0/ps-entry-dockerhub.sh
diff --git a/percona_ps-8/Dockerfile-dockerhub b/percona_ps-8/Dockerfile-dockerhub
index 7f4b099..b4b76fa 100644
--- a/percona_ps-8/Dockerfile-dockerhub
+++ b/percona_ps-8/Dockerfile-dockerhub
@@ -16,13 +16,13 @@ RUN set -ex; \
     useradd -u 1001 -r -g 1001 -s /sbin/nologin \
         -m -c "Default Application User" mysql
 
-ENV PS_VERSION 8.0.45-36.1
-ENV MYSQL_SHELL_VERSION 8.0.45-1
+ENV PS_VERSION 8.4.3-3.1
+ENV MYSQL_SHELL_VERSION 8.4.3-1
 ENV OS_VER el9
 ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
 ENV FULL_MYSQL_SHELL_VERSION "$MYSQL_SHELL_VERSION.$OS_VER"
 ENV PS_REPO testing
-ENV PS_TELEMETRY_VERSION 8.0.45-36-1
+ENV PS_TELEMETRY_VERSION 8.4.3-3-1
 ENV CALL_HOME_DOWNLOAD_SHA256 5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
 ENV KEY_RPM_DOWNLOAD_SHA256 fcf0eab4f05a1c0de6363ac4b707600a27a9d774e9b491059e59e6921b255a84
 ENV CALL_HOME_VERSION 0.1
@@ -47,7 +47,7 @@ RUN set -ex; \
     rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
     rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
     percona-release disable all; \
-    percona-release enable ps-80 ${PS_REPO}; \
+    percona-release enable ps-84-lts ${PS_REPO}; \
     percona-release enable mysql-shell ${PS_REPO}; \
     curl -O https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9; \
     echo "$KEY_RPM_DOWNLOAD_SHA256 RPM-GPG-KEY-EPEL-9" | sha256sum --strict --check; \

Relevant Maintainers:

@yosifkit
Copy link
Copy Markdown
Member

cc percona image maintainers: @EvgeniyPatlan @hors @vorsel @adivinho @surbhat1595. Is this correct for adding the 8.4 version to Docker Official Images?

@jpadmin
Copy link
Copy Markdown
Author

jpadmin commented Mar 27, 2026

@yosifkit, I can see that several recent versions are missing there — the latest as of now should be 8.4.7, but this file is still at 8.4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants