Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kubectl (0.16 sec)

  1. ci/devinfra/docker_windows/Dockerfile

        $env:PATH = [Environment]::GetEnvironmentVariable('PATH', 'Machine'); \
        gcloud components install docker-credential-gcr kubectl gsutil;
    
    # Install cygwin and packages
    # Running a seperate ps1 file since when running inside a Dockerfile, it does
    # not work.
    COPY install/install_cygwin.ps1 c:/
    RUN c:/install_cygwin.ps1; \
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top