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 means that the startup image always points to the "latest" tag of the image built during that deployment. If something is wrong in that image (eg the bootstrap command fails), it means the rollback breaks because the 'startup' image for a previous version will also point to the "latest" tag, which will still fail.
Is there a way to set the image of the "startup" sidecar to the exact image built by the 'image' section?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a basic service manifest where I build an image and define a "startup" sidecar. Here is the relevant section of the manifest:
This means that the startup image always points to the "latest" tag of the image built during that deployment. If something is wrong in that image (eg the bootstrap command fails), it means the rollback breaks because the 'startup' image for a previous version will also point to the "latest" tag, which will still fail.
Is there a way to set the image of the "startup" sidecar to the exact image built by the 'image' section?
Beta Was this translation helpful? Give feedback.
All reactions