Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
7c2a1e0e
Unverified
Commit
7c2a1e0e
authored
Jan 11, 2018
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin 17.10.0-ee-preview-3 for insider
parent
aa8fe5b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/docker/docker-pull.ps1
scripts/docker/docker-pull.ps1
+1
-1
windows_server_insider_docker.json
windows_server_insider_docker.json
+1
-1
No files found.
scripts/docker/docker-pull.ps1
View file @
7c2a1e0e
...
...
@@ -11,7 +11,7 @@ function DockerPull {
}
Write-Host
Installing
$image
...
$j
=
Start-Job
-ScriptBlock
{
docker
pull
$args
[
0
]
}
-ArgumentList
$image
$j
=
Start-Job
-ScriptBlock
{
docker
pull
$args
[
0
]
}
-ArgumentList
"
$image
"
while
(
$j
.
JobStateInfo
.
state
-ne
"Completed"
-And
$j
.
JobStateInfo
.
state
-ne
"Failed"
)
{
Write-Host
$j
.
JobStateInfo
.
state
Start-Sleep
30
...
...
windows_server_insider_docker.json
View file @
7c2a1e0e
...
...
@@ -148,7 +148,7 @@
"disk_type_id"
:
"1"
,
"docker_images"
:
"microsoft/windowsservercore-insider microsoft/nanoserver-insider"
,
"docker_provider"
:
"DockerProvider"
,
"docker_version"
:
"preview"
,
"docker_version"
:
"
17.10.0-ee-
preview
-3
"
,
"headless"
:
"false"
,
"iso_checksum"
:
"135b2cd050b55de7076fa50f2e35e816a7def180413d54c0681590cc80d18798"
,
"iso_checksum_type"
:
"sha256"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment