Rui Yang

Results 190 comments of Rui Yang

there is no way to supply a secret now. PR is welcome as `docker_buildkit` is already an option.

When the image pulled in `get` step, it is based on the image digest here https://github.com/concourse/docker-image-resource/blob/a8be31e9f597500657db1b773e178ad8a23eb602/assets/in#L56 And when it got saved with the name that with digest only, it loses...

Hi, thx for the PR. Have you tried https://github.com/concourse/registry-image-resource? We encourage users to move to `registry-image-resource` rather than adding new features to this resource type (though this PR falls between...

@grabekm90 are you still having this issue? One thing to quickly check is quote the `true` for both `save` and `skip_download`. Refer to https://github.com/concourse/docker-image-resource/issues/239#issuecomment-448945016.

@grabekm90 seems like from the code here the `save` won't happen if `skip_download` is true https://github.com/concourse/docker-image-resource/blob/master/assets/in#L58-L73 as per https://github.com/concourse/docker-image-resource/issues/263#issuecomment-476709905 So to your question, no you can't use an image from...

For a better experience with ECR, have you tried registry-image-resource that also support ECR? Refer to https://github.com/concourse/docker-image-resource/pull/199#issuecomment-392807307

Hi, I think this is a problem of Concourse itself could you submit this issue on concourse/concourse. Please also add more details about how you config LDAP auth. Thx.

@jacob-hd is this still a problem for you with new concourse? May I close this issue? Thx.

Is this still happening? If yes please provide minimized steps to reproduce it. Thx!

Just check back if folks still facing this problem. Potentially we could port the change in `check` https://github.com/concourse/docker-image-resource/pull/100 to the in/out script to fix this issue.