|
|
|
|
@ -227,7 +227,7 @@ post-processors that are treated as as single pipeline, see
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"type": "docker-import",
|
|
|
|
|
"repository": "mitchellh/packer",
|
|
|
|
|
"repository": "hashicorp/packer",
|
|
|
|
|
"tag": "0.7"
|
|
|
|
|
},
|
|
|
|
|
"docker-push"
|
|
|
|
|
@ -266,7 +266,7 @@ which tags and pushes an image. This is accomplished using a sequence definition
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"type": "docker-tag",
|
|
|
|
|
"repository": "mitchellh/packer",
|
|
|
|
|
"repository": "hashicorp/packer",
|
|
|
|
|
"tag": "0.7"
|
|
|
|
|
},
|
|
|
|
|
"docker-push"
|
|
|
|
|
@ -291,7 +291,7 @@ nearly-identical sequence definitions, as demonstrated by the example below:
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"type": "docker-tag",
|
|
|
|
|
"repository": "mitchellh/packer",
|
|
|
|
|
"repository": "hashicorp/packer",
|
|
|
|
|
"tag": "0.7"
|
|
|
|
|
},
|
|
|
|
|
"docker-push"
|
|
|
|
|
|