Skip to content

Commit 57a925e

Browse files
committed
Remove test installation of percona-xtradb-cluster-server package for
proxysql
1 parent d7f4ad5 commit 57a925e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

proxysql/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ RUN set -ex; \
5454
microdnf clean all; \
5555
rm -rf /var/cache/dnf /var/cache/yum
5656

57-
RUN set -ex; \
58-
curl -Lf -o /tmp/server.rpm https://repo.percona.com/pxc-80/yum/release/8.0/RPMS/x86_64/percona-xtradb-cluster-server-8.0.28-19.1.el8.x86_64.rpm; \
59-
rpmkeys --checksig /tmp/server.rpm; \
60-
rpm2cpio /tmp/server.rpm | cpio -idmv; \
61-
rm -rf /tmp/server.rpm
62-
6357
RUN groupadd -g 1001 proxysql; \
6458
useradd -u 1001 -r -g 1001 -s /sbin/nologin \
6559
-c "Default Application User" proxysql

0 commit comments

Comments
 (0)