You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.
tl;dr:
When building
./cmd/a
, this would first build and publish./cmd/b
, and use that image as the base for./cmd/a
.We'd need to detect and prevent cycles in this case, e.g.:
(where
baseImageOverrides
doesn't specify a different base for./cmd/b
)or:
This is a potential solution to #251
The text was updated successfully, but these errors were encountered: