concourse-resources icon indicating copy to clipboard operation
concourse-resources copied to clipboard

resource-type image anavailable

Open eltoru opened this issue 5 years ago • 2 comments

It is no longer possible to reference docker image: us.gcr.io/concourse-resources/gerrit-resource Will there be any replacer?

eltoru avatar Apr 27 '20 11:04 eltoru

Unlikely, since I am no longer at Google :shrug:

lann avatar Apr 27 '20 14:04 lann

Wow, high and dry.

If you're like me and you came across this thread hoping to find a new source for this docker image, hopefully I can help a little bit. I created this commit to help me build the image on my mbp and push it to my private repository. It isn't exactly an alternative drop-in for the source documented in this repo but hopefully it will give you an idea of what must be done to fix this situation. You'll need the go compiler tools and a clone of this repository in the correct directory structure locally.

If anyone is maintaining this repo, it might be nice to find a better home for this image and update the documentation.

cd gerrit
./make image-push

ecbaldwin avatar Jan 12 '21 20:01 ecbaldwin