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

Detect if containers have been deleted without deleting .flag-built #67

Closed
kierenevans opened this issue Apr 19, 2019 · 0 comments · Fixed by #517
Closed

Detect if containers have been deleted without deleting .flag-built #67

kierenevans opened this issue Apr 19, 2019 · 0 comments · Fixed by #517
Assignees
Labels
harness-php PHP harness
Milestone

Comments

@kierenevans
Copy link
Contributor

An example after having run docker system prune -a:

ws install
[/Users/kevans/Repositories/ws/magento2-sample/.my127ws]:
■ > docker-compose -p magento2-sample up -d
Creating network "magento2-sample_private" with the default driver
Building console
Step 1/7 : FROM my127/magento2:7.1-fpm-stretch-console
7.1-fpm-stretch-console: Pulling from my127/magento2
Digest: sha256:6c7928a24cf82a7b09d6b52f9d57d33771131e3378fcead0c5ed1a9e639a7905
Status: Downloaded newer image for my127/magento2:7.1-fpm-stretch-console
 ---> 50dfa4c391dc
Step 2/7 : COPY .my127ws/docker/image/console/root /
 ---> e01eff757498
Step 3/7 : RUN chown -R build:build /home/build
 ---> Running in 3345df6ce70c

This has skipped the assets download and the application build due to .my127ws/.flag-built existing from a previous install, but the docker images and containers no longer exist locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
harness-php PHP harness
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant