Closed vipulagarwal closed 3 months ago
The options here aren't wonderful:
rekor/createsecret
to rekor-createsecret
and tuf/createsecret
to tuf-createsecret
Makefile
to preserve the imagesko
arguments to change name of all published imagesI'm leaning towards the first option, but it definitely feels hackish.
rename rekor/createsecret to rekor-createsecret and tuf/createsecret to tuf-createsecret
I would keep the original tuf/createsecrets
-> createsecrets
as it is used in scaffolding and tuf helm charts. We can simply create rekor-createsecrets
as this is not used anywhere yet (the image does not exist).
rename rekor/createsecret to rekor-createsecret and tuf/createsecret to tuf-createsecret
I would keep the original
tuf/createsecrets
->createsecrets
as it is used in scaffolding and tuf helm charts. We can simply createrekor-createsecrets
as this is not used anywhere yet (the image does not exist).
sg!
Description
rekor-createsecrets
image is overwritten bytuf-createsecrets
image because they have the same file name. The packages have only one createsecrets image.ko
builds the image based on the go application file name, in this casecreatesecrets
Version
main