Register remote plugins docs with https://packer.io

This commit is contained in:
Wilken Rivera 2021-02-26 17:34:30 -05:00
parent 10e1573930
commit 3058c437a3
2 changed files with 7 additions and 21 deletions

View File

@ -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"

View File

@ -1 +1,7 @@
[]
[
{
"title": "Docker",
"path": "docker",
"repo": "hashicorp/packer-plugin-docker"
}
]