Skip to content
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

Update the builder with new lifecycle binaries and base builder image #2262

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

cormacpayne
Copy link
Contributor

  • The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • Tests are included and/or updated for code changes.
  • Proper license headers are included in each file.

@cormacpayne cormacpayne requested a review from a team as a code owner November 15, 2023 19:12
pauld-msft
pauld-msft previously approved these changes Nov 28, 2023
@@ -8,15 +8,20 @@ FROM ${BASE_BUILDER_IMAGE}
# ACR_SCOPE: scope that the image will need to push to the ACR, e.g. repository:app/capps-runnable-app:pull,push
# MI_PRINCIPAL_ID: principal id of the managed identity that will allow the image to push to the specified ACR
ENV APP_IMAGE="" \
ACR_RESOURCE_NAME="" \
ACR_RESOURCE_NAME="private-repository-k8s.k8se-system" \
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please confirm why we need to specify this specifically? If we could avoid having a hard dependency on the Kubernetes resource name/namespace, it would be a lot more resilient to breaking changes.

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.

3 participants