Skip to content

Commit

Permalink
PXC-4357 release tasks ticket for pxc-8.0.35 (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho authored Jan 8, 2024
1 parent 86785a9 commit a51728d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions percona-xtradb-cluster-8.0-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ LABEL org.opencontainers.image.description="Percona XtraDB Cluster is a high ava
helps enterprises avoid downtime and outages and meet expected customer experience."
LABEL org.opencontainers.image.license="GPL"

ENV PXB_VERSION 8.0.34-29.1
ENV PS_VERSION 8.0.33-25.1
ENV PXB_VERSION 8.0.35-30.1
ENV PS_VERSION 8.0.35-27.1

ENV PXC_VERSION 8.0.33-25.1
ENV PXC_REPO release
ENV PXC_VERSION 8.0.35-27.1
ENV PXC_REPO testing
ENV KUBECTL_VERSION=v1.24.14
ENV KUBECTL_SHA512SUM=3ec6e321be772291cc6396bd10079f66ac6e690d776108fe2f24724ed51a0557a764228c45aa597a991733c04d052179b220ce8cdedc70c2783621a8925d1945
ENV OS_VER el9
Expand Down
9 changes: 5 additions & 4 deletions percona-xtradb-cluster-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-8.0/dockerdir/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,6 @@ if [ "$1" = 'mysqld' -a -z "$wantHelp" ]; then
fi

# PERCONA_TELEMETRY_DISABLE is handled at the very beginning of call-home.sh
/call-home.sh -f "PRODUCT_FAMILY_PXC" -v "${PXC_VERSION}" -d "DOCKER" ${CALL_HOME_OPTIONAL_PARAMS} &> /dev/null || :
/call-home.sh -f "PRODUCT_FAMILY_PXC" -v "${PXC_TELEMETRY_VERSION}" -d "DOCKER" ${CALL_HOME_OPTIONAL_PARAMS} &> /dev/null || :

exec "$@" $wsrep_start_position_opt

0 comments on commit a51728d

Please sign in to comment.