opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
26 stars 39 forks source link

Use Nexus as a proxy for pulling images from Dockerhub #997

Open braisvq1996 opened 6 months ago

braisvq1996 commented 6 months ago

Is your feature request related to a problem? Please describe. We have experienced pull rate limits from time to time when pulling images from DockerHub on certain Quickstarters.

Describe the solution you'd like Some time ago we have added a proxy to dockerhub and github images in Nexus so to avoid this issues we should use this nexus proxy instead

Describe alternatives you've considered N/A

Additional context I guess we need to adapt a bit the Shared library on the provisioning pipeline and make the quickstarters point to the nexus instance proxy repository

To Do:

renedupont commented 2 days ago

The following is a duplicate: #811 This as well: #526