Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

introduce version 5.7 #16

Merged
merged 2 commits into from
Feb 26, 2016
Merged

introduce version 5.7 #16

merged 2 commits into from
Feb 26, 2016

Conversation

lunika
Copy link
Contributor

@lunika lunika commented Feb 25, 2016

Hi,

percona 5.7 GA is available since this week and I would linke to use it in my stack.

I use the update.sh script to create the Dockerfile and the docker-entrypoint.sh and I run the tests like described in the .travis.yml file.

With mysql 5.7 the mysql_install_db is deprecated and its option --rpm is removed so I used the mysqld command instead. But the main docker-entrypoint.sh still use it and in the next use of update.sh command it will override my modification. So what do you suggest ? Remove the main docker-entrypoint.sh file and update the update.sh script ? Something else ?

Thanks

@tianon
Copy link
Member

tianon commented Feb 25, 2016

Arg, looks like we'll have to update this repo to be more like https://github.com/docker-library/mysql and just forgoe the single-copied-entrypoint for now. I'm happy to take over the script changes from here if you'd like, or let you hack on them! (your choice) 👍

@tianon
Copy link
Member

tianon commented Feb 25, 2016

Oooh, looks like we can add support for MYSQL_ONETIME_PASSWORD too! (just like mysql:5.7)

@lunika
Copy link
Contributor Author

lunika commented Feb 26, 2016

@tianon you can make the modification.

Thank you

tianon added a commit that referenced this pull request Feb 26, 2016
@tianon tianon merged commit eb25ce7 into docker-library:master Feb 26, 2016
@tianon
Copy link
Member

tianon commented Feb 26, 2016

👍 will do, thanks!

@tianon
Copy link
Member

tianon commented Feb 26, 2016

#17 🤘

tianon added a commit to infosiftr/stackbrew that referenced this pull request Feb 26, 2016
- `cassandra`: chown logs (docker-library/cassandra#49)
- `percona`: 5.7 (docker-library/percona#16, docker-library/percona#17)
- `python`: pip 8! (docker-library/python#83)
- `pypy`: pip 8
- `ruby`: rubygems 2.6.0
RichardScothern pushed a commit to RichardScothern/official-images that referenced this pull request Jun 14, 2016
- `cassandra`: chown logs (docker-library/cassandra#49)
- `percona`: 5.7 (docker-library/percona#16, docker-library/percona#17)
- `python`: pip 8! (docker-library/python#83)
- `pypy`: pip 8
- `ruby`: rubygems 2.6.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants