Skip to content

chore: Update PostgreSQL repmgr image from bitnami to soldevelo#7015

Open
igor-soldev wants to merge 1 commit intoFlagsmith:mainfrom
igor-soldev:main
Open

chore: Update PostgreSQL repmgr image from bitnami to soldevelo#7015
igor-soldev wants to merge 1 commit intoFlagsmith:mainfrom
igor-soldev:main

Conversation

@igor-soldev
Copy link

Changes

Contributes to #6991

@igor-soldev igor-soldev requested a review from a team as a code owner March 23, 2026 06:53
@igor-soldev igor-soldev requested review from gagantrivedi and removed request for a team March 23, 2026 06:53
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

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

⚠️ Code review skipped — your organization's overage spend limit has been reached.

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.

@vercel
Copy link

vercel bot commented Mar 23, 2026

@igor-soldev is attempting to deploy a commit to the Flagsmith Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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
Copy link

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

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

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.

@igor-soldev igor-soldev marked this pull request as draft March 23, 2026 06:56
@igor-soldev igor-soldev marked this pull request as ready for review March 23, 2026 11:43
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.

1 participant