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

PKG-224 Packaging for release - 8.0.40 #1097

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions percona-server-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.39-30.1
ENV MYSQL_SHELL_VERSION 8.0.38-1
ENV PS_VERSION 8.0.40-31.1
ENV MYSQL_SHELL_VERSION 8.0.40-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.39-30-1
ENV PS_TELEMETRY_VERSION 8.0.40-31-1
ENV CALL_HOME_DOWNLOAD_SHA256 5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
ENV CALL_HOME_VERSION 0.1
# Do not report during Docker image creation.
Expand Down
4 changes: 2 additions & 2 deletions percona-server-8.0/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ FROM redhat/ubi9-minimal

LABEL org.opencontainers.image.authors="[email protected]"

ENV PS_VERSION 8.0.39-30.1
ENV PS_VERSION 8.0.40-31.1
ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
ENV PS_REPO testing
ENV PS_TELEMETRY_VERSION 8.0.39-30-1
ENV PS_TELEMETRY_VERSION 8.0.40-31-1
ENV CALL_HOME_DOWNLOAD_SHA256 5e84d2f1a5d57f44c46e6a1f16794d649d3de09fe8021f0294bc321c89e51068
ENV CALL_HOME_VERSION 0.1

Expand Down
Loading