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

Make the entire home directory a volume. #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Don't install provision in main image.
  • Loading branch information
jonpugh committed Oct 21, 2016
commit 02b0a0e621aebddd3cac32b63009e22b7e9de417
@@ -60,9 +60,10 @@ RUN chown aegir:aegir /var/log/aegir
RUN echo 'Hello, Aegir.' > /var/log/aegir/system.log

# Install Provision for all.
ENV PROVISION_VERSION 7.x-3.x
RUN mkdir -p /usr/share/drush/commands
RUN drush dl --destination=/usr/share/drush/commands provision-$PROVISION_VERSION -y
# @TODO: Let's only do this in release dockerfiles. It's problematic when images want to install their own provision. Drush won't pick up local provision sometimes.
#ENV PROVISION_VERSION 7.x-3.x
#RUN mkdir -p /usr/share/drush/commands
#RUN drush dl --destination=/usr/share/drush/commands provision-$PROVISION_VERSION -y

RUN drush dl --destination=/usr/share/drush/commands registry_rebuild-7.x -y