jlewi / hydros

hydros automates hydrating and committing configuration
Apache License 2.0
4 stars 0 forks source link

Don't reuse GCS cache in imagebuilder #76

Open jlewi opened 7 months ago

jlewi commented 7 months ago

Here we don't rebuild the context on GCS if it already exists https://github.com/jlewi/hydros/blob/7987df401f54b7c26289f5f526ecb120bac12ade/pkg/images/controller.go#L158

Therefore if there is a bug in how the context is computed and we push a fix to hydros the context won't get recomputed. An example of that is a bug like #69.

It might be better to delete the object after some amount of time and recereate it.