geekdave
(Dave Cadwallader)
1
Super excited to see that the PR for “Use commit SHA on PR builds” was merged!
Trying to understand how to get this fix myself. From drone itself it looks like a new docker image was published:
https://beta.drone.io/drone-plugins/drone-git/137/5
But docker hub says the image was last updated a year ago?
https://hub.docker.com/r/plugins/drone-git/tags/
Am I looking in the wrong place?
geekdave
(Dave Cadwallader)
2
I see the PR was reverted, but still I’m confused about where images get published to. From the drone-git CI logs:
The push refers to a repository [docker.io/plugins/git]
^^^ this 404s for me. Guessing it’s a red herring?
This is the correct registry address:
docker pull plugins/git
docker pull docker.io/plugins/git # same as above
This is the dockerhub webpage for the image:
https://hub.docker.com/r/plugins/git/
1 Like