-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PXC-4357 release tasks ticket for pxc-8.0.35 (#901)
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ FROM redhat/ubi8-minimal | |
|
||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
ENV PXC_VERSION 8.0.34-26.1 | ||
ENV PXC_REPO release | ||
ENV PXC_VERSION 8.0.35-27.1 | ||
ENV PXC_REPO testing | ||
ENV OS_VER el8 | ||
ENV FULL_PERCONA_XTRADBCLUSTER_VERSION "$PXC_VERSION.$OS_VER" | ||
ENV PXC_TELEMETRY_VERSION 8.0.35-27-1 | ||
|
||
# Do not report during Docker image creation. | ||
# Note that doing so, would create telemetry config file | ||
|
@@ -123,13 +124,13 @@ RUN if [[ -n $DEBUG ]] ; then \ | |
sed -i '/\[mysqld\]/a wsrep_log_conflicts\nlog_error_verbosity=3\nwsrep_debug=1' /etc/mysql/node.cnf; \ | ||
mv /usr/sbin/mysqld /usr/sbin/mysqld-ps; \ | ||
cp /usr/local/bin/mysqld-debug /usr/sbin/mysqld; \ | ||
percona-release enable pdpxc-${PXC_VERSION%-*} ${PXC_REPO}; \ | ||
percona-release enable pdpxc-8.0 ${PXC_REPO}; \ | ||
microdnf install -y \ | ||
net-tools \ | ||
nc \ | ||
percona-toolkit \ | ||
gdb; \ | ||
percona-release disable pdpxc-${PXC_VERSION%-*} ${PXC_REPO}; \ | ||
percona-release disable pdpxc-8.0 ${PXC_REPO}; \ | ||
curl -Lf -o /tmp/telnet.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/telnet-0.17-76.el8.x86_64.rpm; \ | ||
curl -Lf -o /tmp/tcpdump.rpm http://vault.centos.org/centos/8/AppStream/x86_64/os/Packages/tcpdump-4.9.3-2.el8.x86_64.rpm; \ | ||
curl -Lf -o /tmp/perf.rpm https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/getPackage/perf-4.18.0-477.13.1.el8_8.x86_64.rpm; \ | ||
|
This file contains 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