When running the Shipwright build strategy on OpenShift, repeated builds can hit Docker Hub's rate limits.
This was actually first hit in the "restorer" step:
step-restore
�[31;1mERROR: �[0mfailed to get run image paketocommunity/run-java-17-ubi-base: connect to repo store "paketocommunity/run-java-17-ubi-base": GET https://index.docker.io/v2/paketocommunity/run-java-17-ubi-base/manifests/sha256:5f6844ba2fe9602401538940c71ce79f72aba160f866a29fa6109879a5541cf1: TOOMANYREQUESTS: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
I could not find any documentation in the CNB Spec that informed me how to provide pull secret credentials for registries.
When running the Shipwright build strategy on OpenShift, repeated builds can hit Docker Hub's rate limits.
This was actually first hit in the "restorer" step:
I could not find any documentation in the CNB Spec that informed me how to provide pull secret credentials for registries.