Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9358 issues in packages and tarballs w.r.t ps 5.7.44-51 #1022

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions percona-server-5.7/Dockerfile-pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ RUN set -ex; \
rpm -i /tmp/numactl-libs.rpm; \
rm -rf /tmp/numactl-libs.rpm

ENV PS_VERSION 5.7.44-49.1
ENV PS_VERSION 5.7.44-51.1
ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
ENV PS_TELEMETRY_VERSION 5.7.44-49-1
ENV PS_TELEMETRY_VERSION 5.7.44-51-1
ENV CALL_HOME_DOWNLOAD_SHA256 5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
ENV CALL_HOME_VERSION 0.1

Expand Down Expand Up @@ -71,6 +71,9 @@ RUN set -ex; \
openssl-devel \
selinux-policy \
policycoreutils; \
microdnf -y update \
python3-setuptools-wheel \
platform-python-setuptools; \
\
#repoquery -a --location \
# selinux-policy \
Expand Down
Loading