Readme files not displaying images
See original GitHub issueHi!
I just published my first container image to Artifact hub and noticed that images in the referenced README file are not displayed.
To Reproduce
Easiest would be for me to refer to the public readme on artifact hub https://artifacthub.io/packages/container/alpine/alpine
minor note: I noticed that I accidentally “stole” the alpine namespace, and I will happily remove the image if requested from either anyone of you or from the alpine maintainers.
The actual readme can be found at gitlab: https://gitlab.com/jitesoft/dockerfiles/alpine/-/raw/master/README.md
Expected behavior Images showing up in the readme on artifact hub.
Desktop (please complete the following information):
- OS: Windows
- Browser: Tested in Firefox, Chrome, Edge
- Version: All
Additional context
The images that are not displayed uses HTML type link/image tags in the README, which might be the issue:
<a href="https://fosshost.org/">
<img src="https://raw.githubusercontent.com/jitesoft/misc/master/sponsors/fosshost.png" height="128" alt="Fosshost logo" />
</a>
<a href="https://www.aarch64.com/">
<img src="https://raw.githubusercontent.com/jitesoft/misc/master/sponsors/aarch64.png" height="128" alt="Aarch64 logo" />
</a>
Viewing the HTML on the artifact hub page, it seems like the whole block is just stripped away.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top GitHub Comments
Awesome, thanks! 😊
No worries!
That’s a great question. We still need to discuss this a bit, but naming your repository
jitesoft-alpine
sounds great 👍