Skip to content

Commit

Permalink
[release-19.0] Remove mysql57/percona57 bootstrap images (#16620) (#1…
Browse files Browse the repository at this point in the history
…6622)

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com>
  • Loading branch information
vitess-bot[bot] and frouioui committed Aug 20, 2024
1 parent 3c40125 commit e6e5278
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ $(PROTO_GO_OUTS): minimaltools install_protoc-gen-go proto/*.proto
# Please read docker/README.md to understand the different available images.

# This rule builds the bootstrap images for all flavors.
DOCKER_IMAGES_FOR_TEST = mysql57 mysql80 percona57 percona80
DOCKER_IMAGES_FOR_TEST = mysql80 percona80
DOCKER_IMAGES = common $(DOCKER_IMAGES_FOR_TEST)
BOOTSTRAP_VERSION=27.6
ensure_bootstrap_version:
Expand Down
3 changes: 2 additions & 1 deletion docker/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ List of changes between bootstrap image versions.

## [27.6] - 2024-08-07
### Changes
- Update build to golang 1.22.6
- Update build to golang 1.22.6
- MySQL57 and Percona57 tags will be removed thereafter
26 changes: 0 additions & 26 deletions docker/bootstrap/Dockerfile.mysql57

This file was deleted.

23 changes: 0 additions & 23 deletions docker/bootstrap/Dockerfile.percona57

This file was deleted.

2 changes: 0 additions & 2 deletions docker/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ after successfully running `bootstrap.sh` and `dev.env`.
The `vitess/bootstrap` image comes in different flavors:

* `vitess/bootstrap:common` - dependencies that are common to all flavors
* `vitess/bootstrap:mysql57` - bootstrap image for MySQL 5.7
* `vitess/bootstrap:mysql80` - bootstrap image for MySQL 8.0
* `vitess/bootstrap:percona57` - bootstrap image for Percona Server 5.7
* `vitess/bootstrap:percona80` - bootstrap image for Percona Server 8.0

**NOTE: Unlike the base image that builds Vitess itself, this bootstrap image
Expand Down
2 changes: 1 addition & 1 deletion test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const (
configFileName = "test/config.json"

// List of flavors for which a bootstrap Docker image is available.
flavors = "mysql57,mysql80,percona,percona57,percona80"
flavors = "mysql80,percona80"
)

// Config is the overall object serialized in test/config.json.
Expand Down

0 comments on commit e6e5278

Please sign in to comment.