bcgov / bcgov/backup-container
Docker hub rate limiting w/ workaround
Open
- Dominant language
- Shell
- Stars
- 44
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
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'
`
Contributor guide
Assessment
This issue has not been assessed yet.