Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(#80): pin docker images versions to the versions currently used #84

Merged
merged 5 commits into from
Aug 30, 2023

Conversation

m5r
Copy link
Member

@m5r m5r commented Aug 16, 2023

No dependabot automation included, as discussed in the issue

Copy link
Collaborator

@jkuester jkuester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! My only concern here (as noted in the comment) is if we should target Grafana 10 instead of 9. (Not sure if there was a reason you used 9...)

docker-compose.yml Show resolved Hide resolved
@@ -17,7 +17,7 @@ services:
npm start"

postgres:
image: postgres:latest
image: postgres:15
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about leaving this as latest? At this point we are setting a definite minimum limit for which version of postgres we support, but we are not yet tracking any max version. From a testing perspective it might be nice to have a heads-up that a new version of postgres is incompatible. ....

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did think about leaving the latest tag for local development images and I don't have a strong opinion for either solution

I'm merging the PRs as they are and we can keep the discussion going

@m5r m5r merged commit 18c1a75 into main Aug 30, 2023
4 checks passed
@m5r m5r deleted the 80-pin-docker-images-version branch August 30, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants