]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
automation: add info about container pushes
authorDoug Goldstein <cardoe@cardoe.com>
Sat, 3 Aug 2019 14:44:17 +0000 (09:44 -0500)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 3 Aug 2019 14:55:39 +0000 (15:55 +0100)
To be able to push a container, users must have access and have logged
into the container registry. The docs did not explain this fully so this
documents the steps better.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/build/README.md

index d8c8a18e339f159ea53cb930217edc33584c8be9..476f82cf4553c77c3afa2c7a9b90caab2948e33e 100644 (file)
@@ -66,6 +66,10 @@ There is a makefile to make this process easier. You should be
 able to run `make DISTRO/VERSION` to have Docker build the container
 for you. If you define the `PUSH` environment variable when running the
 former `make` command, it will push the container to the [registry] if
-you have access to do so.
+you have access to do so and have your Docker logged into the registry.
+
+To login you must run `docker login registry.gitlab.com`. For more
+information see the [registry help].
 
 [registry]: https://gitlab.com/xen-project/xen/container_registry
+[registry help]: https://gitlab.com/help/user/project/container_registry