Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
packer-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Tanner
packer-windows
Commits
76ae6cac
Unverified
Commit
76ae6cac
authored
Dec 10, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve 1709 build
parent
a02e067e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
scripts/docker/docker-pull.ps1
scripts/docker/docker-pull.ps1
+3
-0
windows_server_1709_docker.json
windows_server_1709_docker.json
+3
-2
No files found.
scripts/docker/docker-pull.ps1
View file @
76ae6cac
...
...
@@ -24,3 +24,6 @@ function DockerPull {
$images
|
foreach
{
DockerPull
$_
}
$images
|
foreach
{
DockerPull
$_
}
windows_server_1709_docker.json
View file @
76ae6cac
...
...
@@ -121,6 +121,7 @@
],
"provisioners"
:
[
{
"execute_command"
:
"{{ .Vars }} cmd /c
\"
{{ .Path }}
\"
"
,
"scripts"
:
[
"./scripts/vm-guest-tools.bat"
,
"./scripts/enable-rdp.bat"
...
...
@@ -129,7 +130,8 @@
},
{
"scripts"
:
[
"./scripts/docker/2016/install-containers-feature.ps1"
"./scripts/docker/2016/install-containers-feature.ps1"
,
"./scripts/docker/set-winrm-automatic.ps1"
],
"type"
:
"powershell"
},
...
...
@@ -145,7 +147,6 @@
],
"scripts"
:
[
"./scripts/docker/add-docker-group.ps1"
,
"./scripts/docker/set-winrm-automatic.ps1"
,
"./scripts/docker/install-docker.ps1"
,
"./scripts/docker/docker-pull.ps1"
,
"./scripts/docker/open-docker-insecure-port.ps1"
,
...
...
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