Skip to content

kadaan/packer-post-processor-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer shell post-processor

Run shell scripts for post-process images

Usage

Add the post-processor to your packer template:

{
    "post-processors": [
      {
        "type": "shell",
        "scripts": [
          "script.sh"
        ]
      }
    ]
}

Available configuration options:

Installation

Run:

$ go get github.com/kadaan/packer-post-processor-shell
$ go install github.com/kadaan/packer-post-processor-shell

Add the post-processor to ~/.packerconfig:

{
  "post-processors": {
    "shell": "packer-post-processor-shell"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%