goharbor / acceleration-service

Provides a general service to support image acceleration based on kinds of accelerator like Nydus and eStargz etc.
Apache License 2.0
74 stars 26 forks source link

fix: use same cache repo for different tagged repo #181

Closed PerseidMeteor closed 1 year ago

PerseidMeteor commented 1 year ago

Now same repoes with different tag converts with same cache repo, but the cache tag is different. This will result in very few or even no use of the cache layer in the converted cache, so we have make the same repo using the same tagged cache repo.

change