container-structure-test icon indicating copy to clipboard operation
container-structure-test copied to clipboard

version not set correctly in homebrew binary

Open notnmeyer opened this issue 3 years ago • 0 comments

noticed a similar issue to https://github.com/GoogleContainerTools/container-structure-test/issues/127 today. the version doesn't seem to be set correctly in the homebrew release.

➜ brew install container-structure-test
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

==> Downloading https://ghcr.io/v2/homebrew/core/container-structure-test/manifests/1.11.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/container-structure-test/blobs/sha256:6415959aaadf01b87f3d318f03f308aa6d469a006dece2d5d687a37ea6
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:6415959aaadf01b87f3d318f03f308aa6d469a006dece2d5d687a37ea64d
######################################################################## 100.0%
==> Pouring container-structure-test--1.11.0.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/container-structure-test/1.11.0: 6 files, 15.8MB

➜ /opt/homebrew/bin/container-structure-test version
v0.0.0-unset

notnmeyer avatar Sep 26 '22 16:09 notnmeyer