-
Notifications
You must be signed in to change notification settings - Fork 157
Move Dockerfile next to CSI main, remove $BASE_IMAGE arg. #600
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
Conversation
Hi @jeremyje. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
/lgtm |
We'll need to update our Louhi pipeline to use this new Dockerfile location too |
/assign @jingxu97 |
/hold We're in the middle of releasing 1.0. I think we should wait on this until we're done to minimize disruption to our release pipeline |
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jeremyje The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Oh, good catch. It would be nice to have the louhi pipeline work off of the makefile rather than running docker directly. It looks like that's possible but we should make that change first (after the 1.0 release of course...) |
@jeremyje: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Moves the
Dockerfile
from the root of the repository next to the binary. This better aligns with expectations of csi-release-tools and also allows for additional containers to be added in the future.This PR also removes the
$BASE_IMAGE
variable from theDockerfile.windows
because it's always set toservercore
. The base OS flavor is typically determined by the binary's dependencies so there's very little value to parameterize this field. This reduces the burden of implementing, kubernetes-csi/csi-release-tools#100.Which issue(s) this PR fixes:
Partial fix for #585
Special notes for your reviewer:
Does this PR introduce a user-facing change?: