-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add shortname lws for API & sort out build image command #30
Conversation
@@ -16,6 +14,13 @@ endif | |||
# tools. (i.e. podman) | |||
CONTAINER_TOOL ?= docker | |||
|
|||
GIT_TAG ?= $(shell git describe --tags --dirty --always) | |||
# Image URL to use all building/pushing image targets | |||
IMAGE_REGISTRY ?= gcr.io/k8s-staging-lws |
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.
We may need an official image address, gcr.io/k8s-staging-lws
I think so.
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.
That sounds good, I guess we need a PR similar to kubernetes/k8s.io#5144
d8288d1
to
6f94e22
Compare
Signed-off-by: kerthcet <[email protected]>
Signed-off-by: kerthcet <[email protected]>
Signed-off-by: kerthcet <[email protected]>
6f94e22
to
120ca0f
Compare
/label tide/merge-method-squash Can we please update the description to indicate that this PR is part of #29 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, kerthcet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Done |
…sigs#30) * Build image based on git hash Signed-off-by: kerthcet <[email protected]> * Reduce the resource requests for local testing Signed-off-by: kerthcet <[email protected]> * Add short name lws for leaderWorkerSet Signed-off-by: kerthcet <[email protected]> --------- Signed-off-by: kerthcet <[email protected]>
<CARRY>: CNTRLPLANE-211: Add Prow Dockerfile and Update Konflux Dockerfile accordingly
What type of PR is this?
/kind feature
What this PR does / why we need it
Commits:
IMAGE_REGISTRY
lws
for leaderWorkerSet, and remove folder/artifacts
, which is ignored by.gitignore
now.Which issue(s) this PR fixes
Part of #29
Special notes for your reviewer
Does this PR introduce a user-facing change?