File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -659,18 +659,14 @@ on Debian) depends on pipx.
659
659
660
660
.. _pipx : https://github.com/pypa/pipx
661
661
662
- Remove the marker file in container images
663
- ------------------------------------------
662
+ Keep the marker file in container images
663
+ ----------------------------------------
664
664
665
665
Distros that produce official images for single-application containers
666
- (e.g., Docker container images) should remove the
666
+ (e.g., Docker container images) should keep the
667
667
``EXTERNALLY-MANAGED `` file, preferably in a way that makes it not
668
- come back if a user of that image installs package updates inside
669
- their image (think ``RUN apt-get dist-upgrade ``). On dpkg-based
670
- systems, using ``dpkg-divert --local `` to persistently rename the file
671
- would work. On other systems, there may need to be some configuration
672
- flag available to a post-install script to re-remove the
673
- ``EXTERNALLY-MANAGED `` file.
668
+ go away if a user of that image installs package updates inside
669
+ their image (think ``RUN apt-get dist-upgrade ``).
674
670
675
671
Create separate distro and local directories
676
672
--------------------------------------------
You can’t perform that action at this time.
0 commit comments