7cb39996f0
Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb Closes-Bug: #1441644
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Pull image
|
|
|
|
Parameters:
|
|
image: $image
|
|
|
|
Body: |
|
|
runDockerCommand('pull {0}'.format(args.image))
|
|
|
|
Scripts:
|
|
runDockerCommand:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: runDockerCommand.sh
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true
|