cloud-bulldozer / performance-dashboards

Performance dashboards from the Perf & Scale team
Apache License 2.0
17 stars 40 forks source link

[Makefile/build-syncer-image] Remove the manifest if it already exists #58

Closed aleskandro closed 1 year ago

aleskandro commented 1 year ago

Description

Users could run make build-syncer-image multiple times between code changes, and the manifest list will get as many manifests as the times they build for each architecture, leading to images like https://quay.io/repository/aleskandrox/dittybopper-syncer/manifest/sha256:9def44babb5250f00a7bf4e047cf78064d3d708ed94edf3517fd329dcf8add41.

Fixes

The changes in this PR are to delete an existing manifest in the local Podman registry, if any, before building it again.