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 the cimg/postgres Docker image #214

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Use the cimg/postgres Docker image #214

merged 2 commits into from
Nov 21, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Nov 21, 2024

resolves #210

Problem

The circleci/postgres image we are using in CircleCI is legacy and has been deprecated:

- image: circleci/postgres:9.6.5-alpine-ram

Solution

Use the cimg/postgres Docker image created by CircleCI with continuous integration builds in mind.

Checklist

@dbeatty10 dbeatty10 marked this pull request as ready for review November 21, 2024 22:29
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 21, 2024
@dbeatty10
Copy link
Contributor Author

Merging even though CI in GitHub Actions isn't passing. It appears to be completely unrelated to this PR and others are investigating.

The key thing for this PR is that CI in CircleCI is passing ✅

@dbeatty10 dbeatty10 merged commit 5caf2e3 into main Nov 21, 2024
2 of 4 checks passed
@dbeatty10 dbeatty10 changed the title Use the cimg/postgres Docker image created by CircleCI with continu… Use the cimg/postgres Docker image Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use the cimg/postgres image for CircleCI
1 participant