Skip to content

Commit

Permalink
Updating host-process images to use the new base image
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Rossetti <[email protected]>
  • Loading branch information
marosset committed Aug 15, 2022
1 parent 5cfc90d commit de32f49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions hostprocess/calico/install/Dockerfile.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Note this image doesn't really mater for hostprocess
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
# but the file system is the Host NOT the container
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"

FROM --platform=linux/amd64 curlimages/curl as bins
ARG CALICO_VERSION="v3.20.0"
Expand Down
5 changes: 1 addition & 4 deletions hostprocess/calico/kube-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Note this image doesn't really mater for hostprocess
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
# but the file system is the Host NOT the container
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"

FROM --platform=linux/amd64 curlimages/curl as bins
ARG k8sVersion="v1.22.4"
Expand Down
5 changes: 1 addition & 4 deletions hostprocess/calico/node/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Note this image doesn't really mater for hostprocess
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
# but the file system is the Host NOT the container
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"

FROM --platform=linux/amd64 curlimages/curl as bins
ARG CALICO_VERSION="v3.20.0"
Expand Down
5 changes: 1 addition & 4 deletions hostprocess/flannel/flanneld/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Note this image doesn't really mater for hostprocess
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
# but the file system is the Host NOT the container
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"

FROM --platform=linux/amd64 curlimages/curl as bins
ARG containernetworkingCniVersion="0.8.7"
Expand Down
5 changes: 1 addition & 4 deletions hostprocess/flannel/kube-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Note this image doesn't really mater for hostprocess
# the files in the image are copied to $env:CONTAINER_SANDBOX_MOUNT_POINT on the host
# but the file system is the Host NOT the container
ARG BASE="mcr.microsoft.com/windows/nanoserver:1809"
ARG BASE="mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0"

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

0 comments on commit de32f49

Please sign in to comment.