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

PSMDB-1512 configure GLIBC_TUNABLES for docker images #1049

Merged
merged 1 commit into from
Oct 21, 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
1 change: 1 addition & 0 deletions percona-server-mongodb-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
ENV PSMDB_REPO testing
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

# Do not report during Docker image creation.
ARG PERCONA_TELEMETRY_DISABLE=1
Expand Down
1 change: 1 addition & 0 deletions percona-server-mongodb-8.0/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
ENV PSMDB_REPO experimental
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

# Do not report during Docker image creation.
ARG PERCONA_TELEMETRY_DISABLE=1
Expand Down
1 change: 1 addition & 0 deletions percona-server-mongodb-8.0/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN chmod a+rx call-home.sh
RUN mkdir -p /usr/local/percona
RUN chown 1001:1001 /usr/local/percona
ENV CALL_HOME_OPTIONAL_PARAMS=" -s ${OS_VER}"
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

VOLUME ["/data/db"]

Expand Down
1 change: 1 addition & 0 deletions percona-server-mongodb-8.0/Dockerfile.k8s
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
ENV PSMDB_REPO release
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0
LABEL org.label-schema.schema-version=${PSMDB_VERSION}
LABEL org.opencontainers.image.version=${PSMDB_VERSION}

Expand Down
1 change: 1 addition & 0 deletions percona-server-mongodb-8.0/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV OS_VER el8
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
ENV PSMDB_REPO release
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

# Do not report during Docker image creation.
ARG PERCONA_TELEMETRY_DISABLE=1
Expand Down
1 change: 1 addition & 0 deletions percona-server-mongodb-8.0/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV OS_VER el9
ENV FULL_PERCONA_VERSION "$PSMDB_VERSION.$OS_VER"
ENV K8S_TOOLS_VERSION "0.5.0"
ENV PSMDB_REPO release
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0

# Do not report during Docker image creation.
ARG PERCONA_TELEMETRY_DISABLE=1
Expand Down
Loading