buildpacks / registry-api

API for searching and reading the Buildpack Registry
Apache License 2.0
3 stars 8 forks source link

Update image URIs too when reindexing #117

Closed edmorley closed 1 year ago

edmorley commented 1 year ago

Previously, if a specific buildpack-version combination existed in the index already, all but the addr and created_at fields would be updated if they had changed.

Now the addr field is updated too, leaving the created_at field as the only one not updated.

This ensures that the changes in buildpacks/registry-index#5767 are correctly picked up.