You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this repo today. Would you be interested in including a kubectl image?
I did not find a windows image with kubectl included and had to build that just this morning:
FROM mcr.microsoft.com/windows/servercore:ltsc2019
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
WORKDIR C:/
RUN curl -o kubectl.exe "https://dl.k8s.io/release/v1.24.0/bin/windows/amd64/kubectl.exe"
ENTRYPOINT ["powershell"]
The text was updated successfully, but these errors were encountered:
hi,
I came across this repo today. Would you be interested in including a kubectl image?
I did not find a windows image with kubectl included and had to build that just this morning:
The text was updated successfully, but these errors were encountered: