-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Separate pipeline for internal/external build and support multi arch #2991
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
base: master
Are you sure you want to change the base?
Conversation
Deployment ChecklistThis 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:
👉 Regardless of which boxes you click in this comment, merge/deployment will not be blocked. |
| 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
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