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

Use official docker images for Postgres/Mongo #42870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnswanson
Copy link
Contributor

The circleci/* images were deprecated in late 2021 and replaced by cimg/* images. But I think we can just use the official images.

The `circleci/*` images were deprecated in late 2021 and replaced by
`cimg/*` images. But I think we can just use the official images.
@metabase-bot metabase-bot bot added the .Team/AdminWebapp Admin and Webapp team label May 17, 2024
@johnswanson johnswanson added the backport Automatically create PR on current release branch on merge label May 17, 2024
@@ -735,7 +735,7 @@ jobs:
MB_POSTGRES_SSL_TEST_SSL_ROOT_CERT_PATH: 'test-resources/certificates/us-east-2-bundle.pem'
services:
postgres:
image: circleci/postgres:latest
image: postgres:latest
Copy link
Contributor

@iethree iethree May 20, 2024

Choose a reason for hiding this comment

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

probably a question for @metabase/core-backend-qp , but do we want to use :latest? I would suspect we should pin to a known-supported tag and re-evaluate periodically?

Copy link
Contributor

Choose a reason for hiding this comment

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

I've updated mysql to the :latest version In the PR #36025. As there were no objections from the rest of the team, I believe that approach is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Automatically create PR on current release branch on merge .Team/AdminWebapp Admin and Webapp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants