Can I push a readme.txt file to the container registry so users can download it?

Good day, I’m looking at a way during the builder stage if I can add a readme.txt file to my projects container registry so users can access it from there if required. I currently have the docker push $image script line and it works well. Can I do the same for the readme.txt file? Does the container registry only support Docker images? If yes, does Gitlab have a registry for regular files we can push to?

Thanks for all the help.

GitLab Generic Packages Repository | GitLab should help solve your requirements. The container registry only supports OCI compliant images.

1 Like

Excellent, thank you very much