Skip to content

Commit 049b66e

Browse files
committed
Add a warning about Full Qualified Image Name
1 parent c1d718a commit 049b66e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

docs/cloud/rahti/images/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,7 @@ $ docker inspect nginx
198198
}
199199
]
200200
```
201+
202+
## Troubleshooting
203+
204+
Check out our [Rahti FAQ](../../../support/faq/index.md#rahti) and [Rahti tutorials](../tutorials/index.md) for more information

docs/support/faq/get-image-format.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Why Rahti cannot find this docker image?
22

3+
!!! error "Pulling images from DockerHub"
4+
Since the last Rahti version deployed (OpenShift 4.17) there is a configuration change when pulling images. Some images are hardcoded. It will pull from a specific repository (like JFrog).
5+
To minimise the impact and avoid errors when pulling the image from DockerHub, you must use the fully qualified image name.
6+
7+
For example, instead of using `image: mongo:latest`, you should use `image: docker.io/library/mongo:latest`.
8+
9+
This behavior will be fixed in OpenShift 4.18. We don't have ETA for now.
10+
311
![Could not load image](img/Could_not_load_image_metadata.png)
412

513
Often there are simple causes for this problem. Maybe there is a typo in the image name, or the image might have been removed since the last time it was successfully pulled. These two problems are common, and as such, it is worth double-checking the image source.

docs/support/faq/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
* [How to transfer data to Rahti?](transfer_data_rahti.md)
9090
* [Protecting against DDoS Attacks](DDos.md)
9191
* [Why my SSH key does not work in Rahti?](ssh-clone.md)
92+
* [Why Rahti cannot find this docker image?](get-image-format.md)
9293
* [Why this container report permission denied errors?](why-this-container-does-not-work.md)
9394

9495
## Sensitive Data Services for research

0 commit comments

Comments
 (0)