-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-19.0] Remove mysql57 from docker images #16763
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
strategy: | ||
fail-fast: true | ||
matrix: | ||
branch: [ latest, mysql57, mysql80, percona57, percona80 ] | ||
branch: [ latest, mysql80, percona80 ] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's correct, we have a static link between
This behavior has been correct in v20+, we stopped publishing the extra |
||
|
||
steps: | ||
- name: Check out code | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
strategy: | ||
fail-fast: true | ||
matrix: | ||
branch: [ mysql57, mysql80 ] | ||
branch: [ mysql80 ] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suppose no one has asked for a percona80 version of this image. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not that I am aware of, but we could easily add it if needed. |
||
|
||
steps: | ||
- name: Check out code | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this not have mysql80?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the base image we do not publish a
vitess/base:v19.0.6-mysql80
image. We only publish the following:Starting in v20 we got rid of the base image, I would not suggest fixing this irregularity since v19 will be dropped in 5 months.