]> xenbits.xensource.com Git - xen.git/commitdiff
automation/dockers: add to README how to rebuild all containers
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 31 Mar 2025 16:56:01 +0000 (18:56 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Wed, 9 Apr 2025 08:42:52 +0000 (10:42 +0200)
Document in the README how to rebuild all containers.  This is helpful when
populating a local docker registry for testing purposes.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/build/README.md

index ecc898680c9173f86004e8d7bd358a1df0d3d691..6c647b1b2a686abf3536d9411305f97d71065ee7 100644 (file)
@@ -108,6 +108,13 @@ env CONTAINER_NO_PULL=1 \
 make -C automation/build opensuse/tumbleweed-x86_64 PUSH=1
 ```
 
+To rebuild all containers the `all` make target can be used, with or without
+the `PUSH` environment variable:
+
+```
+make -C automation/build all PUSH=1
+```
+
 [BuildKit]: https://docs.docker.com/build/buildkit/
 [registry]: https://gitlab.com/xen-project/xen/container_registry
 [registry help]: https://docs.gitlab.com/ee/user/packages/container_registry/