Created
March 12, 2015 20:05
-
-
Save ripienaar/ea9aa57c4abec172e1b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM registry.x/ripienaar/centos_base | |
| MAINTAINER R.I.Pienaar "rip@devco.net" | |
| EXPOSE 80 | |
| ADD bin/start.sh /srv/support/bin/start.sh | |
| ADD vhost.conf /etc/httpd/conf.d/wordpress.conf | |
| ADD install-wordpress-plugin.sh /usr/local/bin/ | |
| # {{ BUILD_MONTH }} | |
| # {{ BUILD_CAUSE }} | |
| RUN curl -sSL https://wordpress.org/latest.tar.gz | tar -C /srv -xzv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM registry.x/ripienaar/wordpress_base | |
| MAINTAINER R.I.Pienaar "rip@devco.net" | |
| RUN /usr/local/bin/install-wordpress-plugin.sh feedwordpress.2014.0805.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment