Merge pull request #1004 from runzexia/update-devops-flyway-image-

update devops flyway image for arm
This commit is contained in:
KubeSphere CI Bot
2019-10-16 14:29:45 +08:00
committed by GitHub

View File

@@ -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