Update Percona tags and add 8.4 as default for 8#21125
Open
jpadmin wants to merge 3 commits intodocker-library:masterfrom
Open
Update Percona tags and add 8.4 as default for 8#21125jpadmin wants to merge 3 commits intodocker-library:masterfrom
jpadmin wants to merge 3 commits intodocker-library:masterfrom
Conversation
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:
|
Member
|
cc |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.