mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	Merge pull request #43918 from koep/43692
Automatic merge from submit-queue (batch tested with PRs 43407, 43918) Fix typo in mysql-galera example Dockerfile **What this PR does / why we need it**: Minor Bugfix. **Which issue this PR fixes** fixes #43692
This commit is contained in:
		| @@ -39,7 +39,7 @@ RUN { \ | ||||
|                 echo percona-server-server-5.6 percona-server-server/data-dir select ''; \ | ||||
|                 echo percona-server-server-5.6 percona-server-server/root_password password ''; \ | ||||
|         } | debconf-set-selections \ | ||||
|         && apt-get update && DEBIAN_FRONTEND=nointeractive apt-get install -y percona-xtradb-cluster-client-"${MYSQL_VERSION}" \  | ||||
|         && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y percona-xtradb-cluster-client-"${MYSQL_VERSION}" \ | ||||
|            percona-xtradb-cluster-common-"${MYSQL_VERSION}" percona-xtradb-cluster-server-"${MYSQL_VERSION}" \ | ||||
|         && rm -rf /var/lib/apt/lists/* \ | ||||
|         && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql && chown -R mysql:mysql /var/lib/mysql  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Submit Queue
					Kubernetes Submit Queue