Skip to content

Commit 5dcf6a4

Browse files
authored
Updating host-process images to use the new base image (#240)
Signed-off-by: Mark Rossetti <[email protected]> Signed-off-by: Mark Rossetti <[email protected]>
1 parent 489c8f1 commit 5dcf6a4

File tree

5 files changed

+5
-20
lines changed

5 files changed

+5
-20
lines changed

hostprocess/calico/install/Dockerfile.install

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Note this image doesn't really mater for hostprocess
2-
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
3-
# but the file system is the Host NOT the container
4-
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
1+
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"
52

63
FROM --platform=linux/amd64 curlimages/curl as bins
74
ARG CALICO_VERSION="v3.20.0"

hostprocess/calico/kube-proxy/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Note this image doesn't really mater for hostprocess
2-
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
3-
# but the file system is the Host NOT the container
4-
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
1+
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"
52

63
FROM --platform=linux/amd64 curlimages/curl as bins
74
ARG k8sVersion="v1.22.4"

hostprocess/calico/node/Dockerfile.node

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Note this image doesn't really mater for hostprocess
2-
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
3-
# but the file system is the Host NOT the container
4-
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
1+
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"
52

63
FROM --platform=linux/amd64 curlimages/curl as bins
74
ARG CALICO_VERSION="v3.20.0"

hostprocess/flannel/flanneld/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Note this image doesn't really mater for hostprocess
2-
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
3-
# but the file system is the Host NOT the container
4-
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
1+
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"
52

63
FROM --platform=linux/amd64 curlimages/curl as bins
74
ARG containernetworkingCniVersion="0.8.7"

hostprocess/flannel/kube-proxy/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Note this image doesn't really mater for hostprocess
2-
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
3-
# but the file system is the Host NOT the container
4-
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
1+
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"
52

63
FROM --platform=linux/amd64 curlimages/curl as bins
74
ARG k8sVersion="v1.22.0"

0 commit comments

Comments
 (0)