diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-08 21:58:37 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-08 21:58:37 +0200 |
commit | 00229809fbb412342f76b503c7745f67090c5813 (patch) | |
tree | fa205b271407e606d09138a8698a00e10eb38d1f /content/posts/K8S_private_gitlab_registry_using_podman.html | |
parent | ea058a851098bf81cb645249e02d26a8c253db90 (diff) | |
download | macroblog.rs-00229809fbb412342f76b503c7745f67090c5813.tar.gz macroblog.rs-00229809fbb412342f76b503c7745f67090c5813.tar.bz2 macroblog.rs-00229809fbb412342f76b503c7745f67090c5813.zip |
feat: Add testing report
Add test report and make it a requiremnt for `production` stage.
Also revert all changes from picocss file. It will be refactored and
reduced after all the MVP is done.
Diffstat (limited to 'content/posts/K8S_private_gitlab_registry_using_podman.html')
-rw-r--r-- | content/posts/K8S_private_gitlab_registry_using_podman.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/K8S_private_gitlab_registry_using_podman.html b/content/posts/K8S_private_gitlab_registry_using_podman.html index 3672755..97b525a 100644 --- a/content/posts/K8S_private_gitlab_registry_using_podman.html +++ b/content/posts/K8S_private_gitlab_registry_using_podman.html @@ -17,7 +17,7 @@ <code>podman login registry.gitlab.com</code> </pre> </p> - <p>Then check the <i> auth.json </i>file located at <i>${XDG_RUNTIME_DIR}/containers/auth.json</i> (as described + <p>Then check the <code>auth.json</code> file located at <code>${XDG_RUNTIME_DIR}/containers/auth.json</code> (as described by the manual). It will contain your auth config: <pre> <code> |