Rui Yang
Rui Yang
Hi, would [cache_from](https://github.com/concourse/docker-image-resource/commit/b3c1199d63b25da885bc15c2f7a940f3bd592c98) solve your use case?
Hi could you add a out test in tests/out_test.go if possible?
LGTM. Could you fix the DCO check error?
@novcn have you found a way to overcome the problem?
Hi did you manage to get it work? If not could you provide the resource config of `acme/ui`?
Have you tried this with latest image of docker-image-resource that is built with latest alpine? `docker pull concourse/docker-image-resource:dev`
Seems like it is the [expected behaviour of docker.pkg.github.com](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages#installing-a-package) that you can only pull an image by tag but not sha. And Thx for the workaround!
@qvistgaard refer to the link in my previous comment. Could you use tag when config the resource-types?
@vito with concourse builder do we consider the laundry list is done? If not could we extract items not done to a new task list for better tracking? Thx!
With the latest concourse is this still a problem i.e. `true` needs to be quoted? I think the problem is not related to yaml 1.1 vs 1.2 since `true` is...