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
@FxKu FxKu added this to the 1.15.1 milestone Nov 24, 2025
@FxKu FxKu requested a review from mikkeloscar as a code owner December 5, 2025 13:17
echo "Version ${VERSION}"
echo "CDP tag ${CDP_TAG}"
echo "git describe $(shell git describe --tags --always --dirty)"
docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use
Copy link
Member

Choose a reason for hiding this comment

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

Maybe do this step in delivery.yaml only as it's CDP specific. Or make the --config flag optional and only enabled in delivery.yaml as that is the only difference for CDP.


build_env: &BUILD_ENV
PYTHON_BASE_IMAGE: container-registry.zalando.net/library/python-3.11-slim
ALPINE_BASE_IMAGE: container-registry.zalando.net/library/alpine-3.15
Copy link
Member

Choose a reason for hiding this comment

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

This is a very old version of alpine, maybe we can use the latest? container-registry.zalando.net/library/alpine-3 gives the latest 3.x release of alpine.

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.

6 participants