Skip to content

Commit

Permalink
Use percona CentOS based images, fixes #254
Browse files Browse the repository at this point in the history
  • Loading branch information
AMecea committed May 10, 2019
1 parent 4de61be commit c52b445
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/util/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ const (
var (
// MysqlImageVersions is a map of supported mysql version and their image
MysqlImageVersions = map[string]string{
// TODO: this MySQL version, based on Debian, is DEPRECATED and will be removed in next
// major release of the operator.
// percona:5.7 based on debian
"5.7": "percona@sha256:c8b69b3c753cb04f1cbf8a4a1f295f51675761ee6368a47808a5205e2d45cfeb",
// percona:5.7.24 centos based image
"5.7-centos": "percona@sha256:b3b7fb177b416563c46fe012298e042ec1607cc0539ce6014146380b0d27b08c",
"5.7": "percona@sha256:b3b7fb177b416563c46fe012298e042ec1607cc0539ce6014146380b0d27b08c",
}
)

0 comments on commit c52b445

Please sign in to comment.