Skip to content

Commit

Permalink
Merge pull request #568 from cybozu-go/fix-20230911
Browse files Browse the repository at this point in the history
Fix image name and tag
  • Loading branch information
masa213f authored Sep 11, 2023
2 parents bdd73cc + 923d6a6 commit f7f97cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ USER 10000:10000
ENTRYPOINT ["/moco-controller"]

# For MySQL binaries
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu-go/moco/mysql:8.0.32.1 as mysql
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu-go/moco/mysql:8.0.32.2 as mysql

# the backup image
FROM --platform=$TARGETPLATFORM quay.io/cybozu/ubuntu:20.04
Expand Down
2 changes: 1 addition & 1 deletion docs/change-pvc-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For example, the user modifies the `.spec.volumeClaimTemplates` of the MySQLClus
spec:
containers:
- name: mysqld
image: quay.io/cybozu/mysql:8.0.30
image: ghcr.io/cybozu-go/moco/mysql:8.0.30
volumeClaimTemplates:
- metadata:
name: mysql-data
Expand Down

0 comments on commit f7f97cd

Please sign in to comment.