Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions npm/examples/windows/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ spec:
hostNetwork: true
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.29
image: mcr.microsoft.com/containernetworking/azure-npm:v1.4.45
command: ["powershell.exe"]
args:
[
'.\setkubeconfigpath.ps1',
";",
"powershell.exe",
'.\azure-npm.exe',
'.\npm.exe',
"start",
'--kubeconfig=.\kubeconfig',
]
Expand Down
4 changes: 2 additions & 2 deletions npm/windows.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ FROM mcr.microsoft.com/windows/servercore:${OS_VERSION}
COPY --from=builder /usr/local/src/npm/examples/windows/kubeconfigtemplate.yaml kubeconfigtemplate.yaml
COPY --from=builder /usr/local/src/npm/examples/windows/setkubeconfigpath.ps1 setkubeconfigpath.ps1
COPY --from=builder /usr/local/src/npm/examples/windows/setkubeconfigpath-capz.ps1 setkubeconfigpath-capz.ps1
COPY --from=builder /usr/local/bin/azure-npm.exe azure-npm.exe
CMD ["azure-npm.exe", "start" "--kubeconfig=.\\kubeconfig"]
COPY --from=builder /usr/local/bin/azure-npm.exe npm.exe
CMD ["npm.exe", "start" "--kubeconfig=.\\kubeconfig"]