From b9a40d822bcff630a4c92c395c134f8c002ed1cb Mon Sep 17 00:00:00 2001 From: "Valery V. Vorotyntsev" Date: Sat, 30 Nov 2019 19:54:43 +0200 Subject: [PATCH] docs(readme): fix Docker image reference v1.8.0 is not available. ``` Unable to find image 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally docker: Error response from daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest unknown: manifest unknown. ``` --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index de79be794..bb87081e6 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ How to use or run it directly from the upstream image: -``docker run -it --rm -e GITLAB_PRIVATE_TOKEN= -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 ...`` +``docker run -it --rm -e GITLAB_PRIVATE_TOKEN= -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:latest ...`` To change the GitLab URL, use `-e GITLAB_URL=`