We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00885f0 commit a8d026cCopy full SHA for a8d026c
1 file changed
README.md
@@ -23,6 +23,9 @@ You can build the image with the following command. Setting the
23
instead of the upstream version. You can omit this parameter if you haven't
24
made any changes to `riotdocker-base`.
25
26
+***NOTE:*** If docker complains about not finding the image, you can try to
27
+set the `DOCKER_REGISTRY` argument to `localhost` instead.
28
+
29
```sh
30
docker build --build-arg DOCKER_REGISTRY=docker.io/library -t static-test-tools ./static-test-tools/
31
```
0 commit comments