Branch: refs/heads/master
Home: https://github.com/jenkins-infra/jenkins.io
Commit: 4b0110ed10f022f280b769b7bd80a493003e6574
https://github.com/jenkins-infra/jenkins.io/commit/4b0110ed10f022f280b769b7bd80a493003e6574
Author: Mark Waite <[email protected]>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc
Log Message:
-----------
Remove docker image after use in the build
The manual page for `docker run` says:
By default a container’s file system persists even after the container
exits. This makes debugging a lot easier (since you can inspect the
final state) and you retain all your data by default. But if you are
running short-term foreground processes, these container file systems
can really pile up. If instead you’d like Docker to automatically
clean up the container and remove the file system when the container
exits, you can add the --rm flag
Thanks to @jglick for detecting that mistake!
Commit: 0d0732f4af63d7e1cf89e31ecd2304d5afddcb45
https://github.com/jenkins-infra/jenkins.io/commit/0d0732f4af63d7e1cf89e31ecd2304d5afddcb45
Author: Mark Waite <[email protected]>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M content/doc/tutorials/build-a-python-app-with-pyinstaller.adoc
Log Message:
-----------
Merge pull request #2976 from
MarkEWaite/remove-docker-images-after-foreground-run
Remove docker image after use in the build
Compare:
https://github.com/jenkins-infra/jenkins.io/compare/89cbf22e6018...0d0732f4af63
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/master/89cbf2-0d0732%40github.com.