Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

systemd/wordpress_single_container shouldn't run yum in runtime #150

Open
adelton opened this issue Oct 8, 2015 · 0 comments
Open

systemd/wordpress_single_container shouldn't run yum in runtime #150

adelton opened this issue Oct 8, 2015 · 0 comments

Comments

@adelton
Copy link
Contributor

adelton commented Oct 8, 2015

https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/systemd/wordpress_single_container 's https://github.com/fedora-cloud/Fedora-Dockerfiles/blob/master/systemd/wordpress_single_container/start.sh does

# Hack to get MySQL up and running... I need to look into it more.
yum -y erase community-mysql community-mysql-server
rm -rf /var/lib/mysql/ /etc/my.cnf
yum -y install community-mysql community-mysql-server

Running yum operation in run time instead during image build seems wrong.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant