From 40d33b682f830a02fce67d9f802ce5df6848e36f Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Fri, 30 Dec 2022 12:14:34 +0100 Subject: [PATCH] document howto set gitlab registry authentication --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0c3bcf3..7b98451 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,19 @@ Set Defaults: containers$ cat ~/.config/containers/containers.conf [network] network_backend = "netavark" + + +Credentials for Gitlab Registry should be available after Reboot + +# User: drpuur, Password: Token from Gitlab (glpat-L5fU-_eZ6u74-3a8Jsnn) +[containers@onyx-dev ~]$ podman login registry.gitlab.com +Username: drpuur +Password: +Login Succeeded! + +[containers@onyx-dev ~]$ cp /run/user/1000/containers/auth.json ~/.config/containers/auth.json + + ``` ### Setup Traefik