[Xen-devel] [PATCH] automation: add info about container pushes

Doug Goldstein posted 1 patch 4 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190803144417.60947-1-cardoe@cardoe.com
automation/build/README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
[Xen-devel] [PATCH] automation: add info about container pushes
Posted by Doug Goldstein 4 years, 8 months ago
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>
---
 automation/build/README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/automation/build/README.md b/automation/build/README.md
index d8c8a18e33..476f82cf45 100644
--- a/automation/build/README.md
+++ b/automation/build/README.md
@@ -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
-- 
2.20.1 (Apple Git-117)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH] automation: add info about container pushes
Posted by Andrew Cooper 4 years, 8 months ago
On 03/08/2019 15:44, Doug Goldstein wrote:
> 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>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel