Register remote plugins docs with https://packer.io
This commit is contained in:
parent
10e1573930
commit
3058c437a3
|
@ -725,10 +725,6 @@
|
|||
"title": "DigitalOcean",
|
||||
"path": "builders/digitalocean"
|
||||
},
|
||||
{
|
||||
"title": "Docker",
|
||||
"path": "builders/docker"
|
||||
},
|
||||
{
|
||||
"title": "File",
|
||||
"path": "builders/file"
|
||||
|
@ -1096,22 +1092,6 @@
|
|||
"title": "DigitalOcean Import",
|
||||
"path": "post-processors/digitalocean-import"
|
||||
},
|
||||
{
|
||||
"title": "Docker Import",
|
||||
"path": "post-processors/docker-import"
|
||||
},
|
||||
{
|
||||
"title": "Docker Push",
|
||||
"path": "post-processors/docker-push"
|
||||
},
|
||||
{
|
||||
"title": "Docker Save",
|
||||
"path": "post-processors/docker-save"
|
||||
},
|
||||
{
|
||||
"title": "Docker Tag",
|
||||
"path": "post-processors/docker-tag"
|
||||
},
|
||||
{
|
||||
"title": "Exoscale Import",
|
||||
"path": "post-processors/exoscale-import"
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
[]
|
||||
[
|
||||
{
|
||||
"title": "Docker",
|
||||
"path": "docker",
|
||||
"repo": "hashicorp/packer-plugin-docker"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue