estesp / manifest-tool

Command line tool to create and query container image manifest list/indexes
Apache License 2.0
737 stars 92 forks source link

Container image build/pish failure for v2.1.7 #260

Closed aarongoldenthal closed 1 month ago

aarongoldenthal commented 1 month ago

The Linux container build/push job, and therefore multi-platform build/push job, failed for v2.1.7 so they're not all available on Docker hub (for example, the only Alpine images are alpine_linux_arm_v7_v2.1.7 and alpine_linux_arm_v6_v2.1.7).

estesp commented 1 month ago

Thanks @aarongoldenthal ; was debugging a bit yesterday and I need to respin the release after I figure out why the credential helpers didn't end up in the directory they used to during build; I will fix and generate a new build when I get a chance

estesp commented 1 month ago

Looks like it was a temporary failure; possibly because I ran it so close to the 1.22.5 images being deployed on DockerHub? Regardless, all images are properly published now! Thanks