use 'latest' container from Quay for Azure pipelines? #72
hunleyd
started this conversation in
Discussions on announcements
Replies: 1 comment
-
Using a specific version ensures a predictable CI environment and avoids spontaneous failures when new containers are published. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In updating community.postgresql to implement #71 , I wonder why we're specifying a version at all and not simply using
latest
. Would that not work @mattclay ?Beta Was this translation helpful? Give feedback.
All reactions