-
Notifications
You must be signed in to change notification settings - Fork 123
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
Csi proxy image #203
Csi proxy image #203
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marosset 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 |
7b85b5d
to
adc13e5
Compare
/assign @jsturtevant |
This work started in kubernetes-csi/csi-proxy#179 |
…chagnes and correctly set version for release builds)
|
||
FROM ${REGISTRY}/${WINDOWS_BASE_IMAGE}:${WINDOWS_VERSION} | ||
COPY --from=builder /go/csi-proxy/bin/csi-proxy.exe /csi-proxy.exe | ||
ENV PATH="C:\Windows\system32;C:\Windows;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;" |
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.
Seems the env issue mentioned in https://github.com/kubernetes/kubernetes/blob/master/build/pause/Dockerfile_windows#L26-L28 has been fixed long ago, is this sill needed?
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.
it might not be.
/lgtm |
Reason for PR:
This PR builds/releases a csi-proxy container image.
This image is hosted here because running csi-proxy is a short-term solution (the longterm solution is to have the plugins consume csi-proxy as a library) and csi-proxy repo did not want to maintain an official image.
Issue Fixed:
Issue #
Requirements
Notes: