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

remove using blanket package upgrades #820

Merged
merged 1 commit into from
Jul 19, 2023
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: 0 additions & 1 deletion percona-server-5.7/Dockerfile-dockerhub
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ ENV FULL_PERCONA_VERSION "$PS_VERSION.$OS_VER"
RUN set -ex; \
rpm -e --nodeps tzdata; \
dnf config-manager --enable ol8_u4_security_validation; \
dnf -y update; \
dnf -y install \
tzdata \
jemalloc \
Expand Down
1 change: 0 additions & 1 deletion percona-server-mongodb-4.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN set -ex; \
RUN set -ex; \
percona-release enable psmdb-42 ${PSMDB_REPO}; \
dnf config-manager --enable ol8_u4_security_validation; \
dnf -y update; \
dnf -y install \
percona-server-mongodb-mongos-${FULL_PERCONA_VERSION} \
percona-server-mongodb-shell-${FULL_PERCONA_VERSION} \
Expand Down
1 change: 0 additions & 1 deletion percona-server-mongodb-4.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ENV PSMDB_REPO release
RUN set -ex; \
percona-release enable psmdb-44 ${PSMDB_REPO}; \
dnf config-manager --enable ol8_u4_security_validation; \
dnf -y update; \
dnf -y install \
percona-server-mongodb-mongos-${FULL_PERCONA_VERSION} \
percona-server-mongodb-shell-${FULL_PERCONA_VERSION} \
Expand Down
1 change: 0 additions & 1 deletion percona-server-mongodb-5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ENV PSMDB_REPO release
RUN set -ex; \
percona-release enable psmdb-50 ${PSMDB_REPO}; \
dnf config-manager --enable ol8_u4_security_validation; \
dnf -y update; \
dnf -y install \
percona-server-mongodb-mongos-${FULL_PERCONA_VERSION} \
percona-server-mongodb-shell-${FULL_PERCONA_VERSION} \
Expand Down
1 change: 0 additions & 1 deletion percona-server-mongodb-6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ENV PSMDB_REPO release
RUN set -ex; \
percona-release enable psmdb-60 ${PSMDB_REPO}; \
dnf config-manager --enable ol8_u4_security_validation; \
dnf -y update; \
dnf -y install \
percona-server-mongodb-mongos-${FULL_PERCONA_VERSION} \
percona-server-mongodb-tools-${FULL_PERCONA_VERSION} \
Expand Down
Loading