docker v29.0.1: Improved Usability

Docker v29.0.1 shipped on 2025-11-14. This release includes several bug fixes aimed at improving the usability and functionality of Docker commands. Notably, the docker image list command now respects the NO_COLOR environment variable, and a bug preventing the visibility of untagged images in docker image list –all has been resolved.
  • Feature: docker image list now considers the NO_COLOR environment variable for choosing the colored output.
  • Feature: Fix a bug causing docker image list –all to not show untagged/dangling images.
  • Feature: Fix build on i386, enhancing compatibility for older architectures.
  • NO_COLOR support: Users can now control colored output based on their environment settings, enhancing terminal readability.
  • Untangled images visibility: Fixing the untagged images bug ensures users can better manage their images without missing unreferenced data.
  • i386 build fix: This enhances compatibility for users running Docker on older architectures.
  • No known issues reported in official notes.
Source

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *