Skip to content

Commit

Permalink
Merge pull request #770 from adivinho/PS-8657-apply-official-images-r…
Browse files Browse the repository at this point in the history
…equirements

PS-8657 apply official-images requirements
  • Loading branch information
adivinho authored Mar 21, 2023
2 parents 196eec3 + 22d65cf commit a716497
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions percona-server-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@ RUN set -ex; \
rpm -i /tmp/percona-release.rpm; \
rm -rf "$GNUPGHOME" /tmp/percona-release.rpm; \
rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY; \
# dnf -y module disable mysql; \
percona-release disable all; \
percona-release enable ps-80 ${PS_REPO}; \
percona-release enable mysql-shell ${PS_REPO}

RUN set -ex; \
dnf -y update; \
dnf -y install crypto-policies-scripts; \
dnf -y install epel-release; \
rpm -e --nodeps tzdata; \
fips-mode-setup --enable; \
dnf -y install \
hostname \
tzdata \
Expand Down

0 comments on commit a716497

Please sign in to comment.