Skip to content

Commit

Permalink
DISTMYSQL-372 Create and build packages for PDPS-8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Nov 24, 2023
1 parent 139960e commit 82fe8b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ RUN set -ex; \
vim-minimal \
bind-utils \
policycoreutils; \
microdnf -y update \
curl-minimal \
libnghttp2; \
\
microdnf clean all; \
rm -rf /var/cache
Expand Down
1 change: 1 addition & 0 deletions percona-server-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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 release
ENV PS_TELEMETRY_VERSION 8.0.34-25-1

# Do not report during Docker image creation.
# Note that doing so, would create telemetry config file
Expand Down
1 change: 1 addition & 0 deletions percona-server-8.0/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV PS_VERSION 8.0.34-26.1
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
ENV PS_REPO release
ENV PS_TELEMETRY_VERSION 8.0.34-25-1

# It is intentionally used another UID, to have backward compatibility with
# the previous image versions published on Docker Hub
Expand Down
4 changes: 2 additions & 2 deletions percona-server-8.0/ps-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,6 @@ else
fi

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

exec "$@"
exec "$@"

0 comments on commit 82fe8b7

Please sign in to comment.