BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
39 stars 56 forks source link

Docker hub rate limiting w/ workaround #65

Open gil0109 opened 3 years ago

gil0109 commented 3 years ago

any chance you can update with Ariticatory or using docker credentials?

Thank's @WadeBarnes for the workaround:

Change these lines in your build config from:

strategy: type: Docker dockerStrategy: dockerfilePath: Dockerfile

to

strategy: type: Docker dockerStrategy: dockerfilePath: Dockerfile from: kind: DockerImage name: 'registry.access.redhat.com/rhscl/postgresql-10-rhel7:latest'