8000 README.rst: fix the upstream Docker image reference · python-gitlab/python-gitlab@efdb97b · GitHub
[go: up one dir, main page]

Skip to content

Commit efdb97b

Browse files
committed
README.rst: fix the upstream 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. ```
1 parent 9961aaa commit efdb97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ How to use
5757

5858
or run it directly from the upstream image:
5959

60-
``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 <command> ...``
60+
``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:v1.13.0 <command> ...``
6161

6262
To change the GitLab URL, use `-e GITLAB_URL=<your url>`
6363

0 commit comments

Comments
 (0)
0