Skip to content

Conversation

@idanovinda
Copy link
Member

@idanovinda idanovinda commented Nov 18, 2025

The current Postgres operator uses the open-source registry, which has expired. We need to move to zECR for internal use, but internal policy restricts open-source base images

Closes #2970

@zalando-robot
Copy link

Deployment Checklist

This change falls under the deployment policy.

💁 Since Nov 10th, we are in the RED deployment zone. This means all changes released to production must adhere to the following requirements:

  • Detailed release notes are provided in this PR’s description.
  • Thorough load-testing has been performed, and is documented in the description/comment.
  • You can enable/disable the change via feature toggles, and have confirmed these toggles work as expected.
  • Technical review: A Principal Engineer, Engineering Manager or Head of Engineering have green-lit your changes, and the reviewer is named in the description/comments.
  • Application Owner (Director+) approval is given about the PR, and the approver is named in the description/comments.

👉 Regardless of which boxes you click in this comment, merge/deployment will not be blocked.
Reports about deployment policy adherence will be circulated daily.

@idanovinda idanovinda marked this pull request as ready for review November 19, 2025 16:04

IMAGE ?= registry.opensource.zalan.do/acid/$(BINARY)
BASE_IMAGE ?= alpine:latest
IMAGE ?= ghcr.io/zalando/$(BINARY)
Copy link
Member

Choose a reason for hiding this comment

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

as it is not used to ghcr build (direct Dockerfile usage), i would make it just postgres-operator for local builds

.PHONY: clean test appjs docker push mock

IMAGE ?= registry.opensource.zalan.do/acid/postgres-operator-ui
IMAGE ?= ghcr.io/zalando/postgres-operator-ui
Copy link
Member

Choose a reason for hiding this comment

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

same here for the naming


IMAGE ?= registry.opensource.zalan.do/acid/postgres-operator-ui
IMAGE ?= ghcr.io/zalando/postgres-operator-ui
BASE_IMAGE ?= alpine
Copy link
Member

Choose a reason for hiding this comment

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

without tag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants