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
When I had an incorrect configuration for the ca_certs key in my image_resource, Concourse returned the following:
resource script '/opt/resource/check []' failed: exit status 1
stderr:
failed to fetch digest for image '<my-registry>/alpine:latest': 503 Service Unavailable
does the image exist?
This is a misleading error, which I unfortunately lost a fair bit of time to trying to figure out.
Steps to Reproduce
Create a pipeline using an image_resource with a configuration like the following:
image_resource:
type: docker-imagesource:
repository: <something>ca_certs:
- cert: <a certificate that does not match the registry>domain: <registry domain>
Set the pipeline
Try to run the pipeline
Expected Results
I expect to receive an error that says something about failing SSL verification.
Actual Results
resource script '/opt/resource/check []' failed: exit status 1
stderr:
failed to fetch digest for image '<my-registry>/alpine:latest': 503 Service Unavailable
does the image exist?
Version Info
Concourse version: 5.6.0
Deployment type (BOSH/Docker/binary): Docker
Infrastructure/IaaS: Infrastructure
Did this used to work? Unknown
The text was updated successfully, but these errors were encountered:
(moved from concourse/concourse#4576)
Bug Report
When I had an incorrect configuration for the
ca_certs
key in myimage_resource
, Concourse returned the following:This is a misleading error, which I unfortunately lost a fair bit of time to trying to figure out.
Steps to Reproduce
image_resource
with a configuration like the following:Expected Results
I expect to receive an error that says something about failing SSL verification.
Actual Results
Version Info
The text was updated successfully, but these errors were encountered: