DB services docker image default
dwaynemac
PROOP

2 years ago

Is it safe to default to the :latest image?
What will happen when DB version changes on docker? Wouldn’t deploys break?

2 Replies

2 years ago

if the new image introduces breaking changes without implementing any backward compatibility, deploys have a chance to break.

you can pin images to specific versions in case.


dwaynemac
PROOP

2 years ago

Yes. Sounds like it would be a better default for railways DB templates to specify version instead of using :latest


Loading...