Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
feat: update VHD image to 2019.02.12
Browse files Browse the repository at this point in the history
Includes Moby 3.0.4.
  • Loading branch information
mboersma committed Feb 12, 2019
1 parent cd2e4f8 commit 1ff097b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ var (
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-201902",
ImagePublisher: "microsoft-aks",
ImageVersion: "2019.02.06",
ImageVersion: "2019.02.12",
}

// DefaultAKSDockerEngineOSImageConfig is the AKS image based on Ubuntu 16.04.
DefaultAKSDockerEngineOSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-docker-engine",
ImagePublisher: "microsoft-aks",
ImageVersion: "2019.02.06",
ImageVersion: "2019.02.12",
}

// DefaultACC1604OSImageConfig is the ACC image based on Ubuntu 16.04.
Expand Down

0 comments on commit 1ff097b

Please sign in to comment.