You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have confirmed that teliaoss/github-pr-resource: latest in the Docker registry fails check due to the rate limit of docker pull.
What is the expected result?
It would be helpful if you could apply to Docker that "teliaoss/github-pr-resource" is an OSS project so that it is not subject to the docker pull rate limit.
run check step: run check step: find or create container: fetching the image did not produce a volume
CLI
fly -t ci check-resource-type -r <PIPELINE_NAME>/pull-request
id name status check_error
xxxx pull-request errored run check step: run check step: check: resource script '/opt/resource/check []' failed: exit status 1
stderr:
failed to fetch digest for image 'teliaoss/github-pr-resource:latest': 429 Too Many Requests
does the image exist?
Thank you for providing nice features in OSS.
The text was updated successfully, but these errors were encountered:
On our Concourse installation at Gstack, that one is working fine. Could you give a try and provide feedback there?
(the new resource is a drop-in replacement; you only have to switch telia-ossto cfcommunity in in the resource_types: declaration, i.e. specify repository: cfcommunity/github-pr-resource)
I am always grateful to the contributors.
What happened?
teliaoss/github-pr-resource: latest
in the Docker registry failscheck
due to the rate limit of docker pull.What is the expected result?
Reference information : Expanded Support for Open Source Software Projects
How to reproduce it?
Pipeline definition
Web UI
CLI
fly -t ci check-resource-type -r <PIPELINE_NAME>/pull-request
Thank you for providing nice features in OSS.
The text was updated successfully, but these errors were encountered: