Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use official docker cli windows binary #543

Merged
merged 2 commits into from
Nov 12, 2019

Conversation

northtyphoon
Copy link
Member

Purpose of the PR

The change switches to official docker cli windows build for window container images.

As golang/go#35447, the change also downgrades golang for windows to 1.13.2

Fixes #542
Fixes #451

git checkout $env:DOCKER_CLI_LKG_COMMIT; \
scripts\\make.ps1 -Binary -ForceBuildAll
# Download the docker executable
FROM base as dockercli
Copy link
Member

@jaysterp jaysterp Nov 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@northtyphoon where is this base image stored? #Resolved

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a multi-stage dockerfile. base is defined in the first stage

ARG WINDOWS_IMAGE=mcr.microsoft.com/windows/servercore:1903
FROM $WINDOWS_IMAGE as base

In reply to: 344888115 [](ancestors = 344888115)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh I see, thanks!

@northtyphoon northtyphoon merged commit 41dbabd into Azure:master Nov 12, 2019
@northtyphoon northtyphoon deleted the bindu/windows-build branch May 4, 2020 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to build acb windows container image Upgrade Docker CLI version for Windows
2 participants