chore: Update PostgreSQL repmgr image from bitnami to soldevelo#7015
chore: Update PostgreSQL repmgr image from bitnami to soldevelo#7015igor-soldev wants to merge 1 commit intoFlagsmith:mainfrom
Conversation
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit in Settings → Usage.
Once credits are available, reopen this pull request to trigger a review.
|
@igor-soldev is attempting to deploy a commit to the Flagsmith Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is kicking off a free cloud agent to fix this issue. This run is complimentary, but you can enable autofix for all future PRs in the Cursor dashboard.
| services: | ||
| pg-0: | ||
| image: docker.io/bitnami/postgresql-repmgr:15 | ||
| image: docker.io/soldevelo/postgresql-repmgr:15 |
There was a problem hiding this comment.
Image tag :15 likely doesn't exist on soldevelo repository
High Severity
The soldevelo/postgresql-repmgr Docker Hub repository appears to only publish tags for PostgreSQL versions 16, 17, and 18 — there is no :15 tag available. The original bitnami/postgresql-repmgr image had a :15 tag, but soldevelo does not. This will cause Docker to fail when pulling the image, preventing both pg-0 and pg-1 services from starting. The tag likely needs to be updated to a version that exists in the soldevelo repository (e.g., :16).
Additional Locations (1)
There was a problem hiding this comment.
Bugbot Autofix determined this is a false positive.
Verified via Docker Hub API that soldevelo/postgresql-repmgr currently publishes a :15 tag, so the referenced image pull should not fail for that reason.
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.


Changes
Contributes to #6991