Skip to content

kubectl image #462

@mweibel

Description

@mweibel

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:

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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions