All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] docker: Remove LegacyKeyValueFormat warnings
@ 2026-05-18 10:22 Philippe Mathieu-Daudé
  2026-05-18 10:22 ` [PATCH 1/7] MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path Philippe Mathieu-Daudé
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-05-18 10:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: Max Filippov, Pierrick Bouvier, Brian Cain, Peter Maydell,
	Song Gao, Cleber Rosa, Markus Armbruster, John Snow,
	Alex Bennée, Philippe Mathieu-Daudé

Update MAINTAINERS entries for manually maintained Dockerfiles.

Remove warnings such:

 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 98)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 64)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 97)

See https://docs.docker.com/reference/build-checks/legacy-key-value-format/

Philippe Mathieu-Daudé (7):
  MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path
  MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch
    section
  MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section
  MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section
  MAINTAINERS: Cover python.docker with Python library section
  docker: Remove LegacyKeyValueFormat warnings in non-generated files
  docker: Remove LegacyKeyValueFormat warnings in generated files

 MAINTAINERS                                        |  6 +++++-
 tests/lcitool/refresh                              | 12 +++++++-----
 tests/docker/dockerfiles/alpine.docker             |  2 +-
 tests/docker/dockerfiles/centos9.docker            |  2 +-
 .../dockerfiles/debian-all-test-cross.docker       | 10 ++++++----
 tests/docker/dockerfiles/debian-amd64-cross.docker |  2 +-
 tests/docker/dockerfiles/debian-arm64-cross.docker |  2 +-
 tests/docker/dockerfiles/debian-armhf-cross.docker |  2 +-
 .../docker/dockerfiles/debian-hexagon-cross.docker | 14 +++++++-------
 tests/docker/dockerfiles/debian-i686-cross.docker  |  2 +-
 .../dockerfiles/debian-loongarch-cross.docker      | 10 +++++-----
 .../dockerfiles/debian-mips64el-cross.docker       |  2 +-
 .../docker/dockerfiles/debian-mipsel-cross.docker  |  2 +-
 .../docker/dockerfiles/debian-ppc64el-cross.docker |  2 +-
 .../docker/dockerfiles/debian-riscv64-cross.docker |  2 +-
 tests/docker/dockerfiles/debian-s390x-cross.docker |  2 +-
 .../docker/dockerfiles/debian-tricore-cross.docker |  6 +++---
 .../docker/dockerfiles/debian-xtensa-cross.docker  |  8 ++++----
 tests/docker/dockerfiles/debian.docker             |  2 +-
 .../docker/dockerfiles/fedora-rust-nightly.docker  |  2 +-
 tests/docker/dockerfiles/fedora-win64-cross.docker |  2 +-
 tests/docker/dockerfiles/fedora.docker             |  2 +-
 tests/docker/dockerfiles/opensuse-leap.docker      |  2 +-
 tests/docker/dockerfiles/python.docker             |  5 +++--
 scripts/coverity-scan/coverity-scan.docker         | 12 ++++++------
 scripts/git.orderfile                              |  4 ++++
 26 files changed, 66 insertions(+), 53 deletions(-)

-- 
2.53.0



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2026-05-19 16:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18 10:22 [PATCH 0/7] docker: Remove LegacyKeyValueFormat warnings Philippe Mathieu-Daudé
2026-05-18 10:22 ` [PATCH 1/7] MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path Philippe Mathieu-Daudé
2026-05-19 13:03   ` Brian Cain
2026-05-19 14:30   ` Pierrick Bouvier
2026-05-18 10:22 ` [PATCH 2/7] MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section Philippe Mathieu-Daudé
2026-05-19 14:31   ` Pierrick Bouvier
2026-05-18 10:22 ` [PATCH 3/7] MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section Philippe Mathieu-Daudé
2026-05-19 14:32   ` Pierrick Bouvier
2026-05-18 10:22 ` [PATCH 4/7] MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section Philippe Mathieu-Daudé
2026-05-19 14:32   ` Pierrick Bouvier
2026-05-18 10:22 ` [PATCH 5/7] MAINTAINERS: Cover python.docker with Python library section Philippe Mathieu-Daudé
2026-05-19 14:32   ` Pierrick Bouvier
2026-05-18 10:22 ` [PATCH 6/7] docker: Remove LegacyKeyValueFormat warnings in non-generated files Philippe Mathieu-Daudé
2026-05-19 13:04   ` Brian Cain
2026-05-19 14:33   ` Pierrick Bouvier
2026-05-18 10:22 ` [PATCH 7/7] docker: Remove LegacyKeyValueFormat warnings in generated files Philippe Mathieu-Daudé
2026-05-19 14:33   ` Pierrick Bouvier
2026-05-19 16:43 ` [PATCH 0/7] docker: Remove LegacyKeyValueFormat warnings Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.