Skip to content

Commit

Permalink
revert windows script to golang:17
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee-aws committed Apr 27, 2018
1 parent 84282ea commit e69ad51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/netkitten/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cp C:\nk\netkitten.exe C:\netkitten

docker run `
--volume ${PSScriptRoot}:C:\netkitten `
golang:1.9-windowsservercore `
golang:1.7-windowsservercore `
powershell ${buildscript}

docker build -t "amazon/amazon-ecs-netkitten:make" -f "${PSScriptRoot}/windows.dockerfile" ${PSScriptRoot}
2 changes: 1 addition & 1 deletion misc/windows-iam/Setup_Iam.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ go build -o C:\IAM\ec2.exe C:\IAM\ec2.go
cp C:\IAM\ec2.exe C:\ecs
"@

$buildimage="golang:1.9-windowsservercore"
$buildimage="golang:1.7-windowsservercore"
docker pull $buildimage

docker run `
Expand Down

0 comments on commit e69ad51

Please sign in to comment.