-
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
Updating host-process images to use the new base image #240
Updating host-process images to use the new base image #240
Conversation
/sig windows |
[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 |
@@ -1,5 +1,4 @@ | |||
ARG OS=1809 | |||
FROM mcr.microsoft.com/windows/nanoserver:${OS} as runtime | |||
FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0 as runtime |
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 image is currently using Docker not buildx so I think it won't work. Will need to update the build scripts
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.
Yea, I noticed taht. Same w/ csi-proxy.
I might just update the images that are building w/ buildkit in the PR and then open a separate PR for these 2 images.
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
673d6f1
to
de32f49
Compare
/lgtm |
Signed-off-by: Mark Rossetti marosset@microsoft.com
Reason for PR:
Updating host-process images to use the new base image
Issue Fixed:
Issue #
Requirements
Notes: