From e0613368a890e724678e99134c05fcccfc8c6f31 Mon Sep 17 00:00:00 2001 From: runzexia Date: Tue, 15 Oct 2019 15:42:23 +0800 Subject: [PATCH] update devops flywau image for arm Signed-off-by: runzexia --- pkg/db/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/db/Dockerfile b/pkg/db/Dockerfile index 92942ec6..e100801a 100644 --- a/pkg/db/Dockerfile +++ b/pkg/db/Dockerfile @@ -1,8 +1,10 @@ -# Copyright 2017 The OpenPitrix Authors. All rights reserved. +# Copyright 2017 The KubeSphere Authors. All rights reserved. # Use of this source code is governed by a Apache license # that can be found in the LICENSE file. -FROM dhoer/flyway:5.1.4-mysql-8.0.11-alpine +FROM openpitrix/flyway:alpine + +USER root RUN apk add --no-cache mysql-client -- GitLab