This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-ci-images-rocky-8-and-latest-otp-versions in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit f00c4e481e271927c2e710bac5deebb33ecee6ac Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed May 4 00:34:00 2022 -0400 Update README with instructions on how to login with podman It doesn't default to docker hub, so it has to be mentioned explicitly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff8e0e..79022a0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For those OSes that support Docker, we run builds inside of Docker containers. T 1. You need a Docker Cloud account with access to the `apache` organization to upload images. Ask the CouchDB PMC for assistance with this. 2. `export DOCKER_ID_USER="username"` -3. `docker login -u "username"` and enter your password. +3. `docker login -u $username` and enter your password. (If using `podman` specify the registry `docker login -u $username docker.io`) ## Building a "platform image"
