rancher / wharfie

Pulls and unpacks a container image to the local filesystem. Usable both as a standalone CLI tool, and as a go module.
Apache License 2.0
25 stars 14 forks source link

Fix missing tag causing build failure #9

Closed tlehman closed 1 year ago

tlehman commented 2 years ago

The kubernetes/cloud-provider-gcp repo changed the name of their v0.21.0 tag to provider/v0.21.0, this commit fixes that

This is the build failure I saw:

+ git clone -b v0.21.0 --depth 1 https://github.com/kubernetes/cloud-provider-gcp.git
Cloning into 'cloud-provider-gcp'...
warning: Could not find remote branch v0.21.0 to clone.
fatal: Remote branch v0.21.0 not found in upstream origin

I found this while working on harvester#2011.

brandond commented 1 year ago

Thanks for the PR! looks like this got fixed in 3ede7b88. I didn't notice at the time that you'd also opened this to fix the same.