-
Notifications
You must be signed in to change notification settings - Fork 0
pack build --clear-cache #30
Comments
[buildpacks/roadmap#30] Signed-off-by: Andrew Meyer <ameyer@pivotal.io>
With
This consistently fails (and building without |
@sclevine We noticed that too and it went away when we ensured acceptance tests were not running parallel. Interesting that it still happens. Wonder if we should just manually empty the directory, rather than use the docker CLI to remove the volume. |
@ameyer-pivotal @sclevine Sounds to me like we are leaving a stopped container around after |
Agree that we should remove the stopped container. Would prefer to re-create the volume instead of clearing the directory. |
[buildpacks/roadmap#30] Signed-off-by: Andrew Meyer <ameyer@pivotal.io>
Resolution:
|
* container label author=pack used to check if container is ok to remove [buildpacks/roadmap#30] Signed-off-by: Emily Casey <ecasey@pivotal.io> Signed-off-by: Joao Pereira <jdealmeidapereira@pivotal.io>
Accepted this with @ekcasey on 1/25 |
Given I have a cache volume associated with my app image
When I call
pack build
orpack run
with the--clear-cache
flagThen The old cache volume associated with the specific image is deleted and a clean cache volume is supplied for the build
Notes
The text was updated successfully, but these errors were encountered: