Skip to content
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

8.0.16.tar.gz - for real #8

Merged
merged 2 commits into from
Feb 5, 2020
Merged

8.0.16.tar.gz - for real #8

merged 2 commits into from
Feb 5, 2020

Conversation

shlomi-noach
Copy link
Contributor

Followup to #6 and #7 . I though it was a typo, but https://github.com/datacharmer/mysql-docker-minimal switched from .tar.gz to .tar.xz. I'm gonna try and standardize on .tar.gz first.

shlomi-noach pushed a commit to github/gh-ost that referenced this pull request Feb 5, 2020
@datacharmer
Copy link

Info: I switched to .xz when MySQL did.
Note that I stopped adding 8.0 tarballs when MySQL started providing the minimum tarballs.

You can get the latest using either:

dbdeployer downloads get-by-version 8.0 --OS=linux --minimal --newest
(gets the latest listed in dbdeployer)
mysql-8.0.18-linux-x86_64-minimal.tar.xz

or
dbdeployer downloads get-by-version 8.0 --guess-latest --OS=linux --minimal
(gets the next version that is available in MySQL downloads, if exists)
mysql-8.0.19-linux-x86_64-minimal.tar.xz

@shlomi-noach
Copy link
Contributor Author

@datacharmer thank you! I also notice that .tar.xz are smaller than the .tar.gz files.

You can get the latest using either:

I wish to avoid that seeing that I want consistent tests. So I prefer to have the .tar.xz files on my own repo and clone them as needed.

I'll open a PR to switch to .tar.xz and finally also upgrade dbdeployer away from 0.2 😆

@shlomi-noach
Copy link
Contributor Author

You can get the latest using either:

Sorry, only had two coffees today. Yeah, I'll use that to get the minimal builds into my repo!

@shlomi-noach
Copy link
Contributor Author

Merging this, followup by #9

@shlomi-noach shlomi-noach merged commit fa511b9 into master Feb 5, 2020
@shlomi-noach shlomi-noach deleted the real-tar-gz branch February 5, 2020 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants