setup-packer icon indicating copy to clipboard operation
setup-packer copied to clipboard

Run HashiCorp Packer as part of your GitHub Actions Workflow

Results 50 setup-packer issues
Sort by recently updated
recently updated
newest added

## What problem is this solving? Ansible provisioner not working, because in the base image ansible package was not included ## Types of changes - [X] Dockerfile: Including ansible package...

# Expected Behavior vSphere builder attaches the downloaded ISO to Artifact ## Current Behavior ==> vsphere-iso.focal: https://releases.ubuntu.com/focal/ubuntu-20.04.4-live-server-amd64.iso?checksum=sha256%3A28ccdb56450e643bad03bb7bcf7507ce3d8d90e8bf09e38f6bd9ac298a98eaad => /github/home/.cache/packer/47de2d7266acde194681de2a24f5d76b43b452ca.iso ==> vsphere-iso.focal: Creating CD disk... 2022/08/25 10:00:43 packer-plugin-vsphere_v1.0.8_x5.0_linux_amd64 plugin: 2022/08/25 10:00:43...

bug

As a user, I would like to have a github action that runs `packer fmt` or `packer fmt -check` I could then optionally have github-ci commit any linting changes to...

bug

I work at a company and would like to use this action, but we have a rule that we don't point to branches of workflows. The idea being that we...

bug

# Expected Behavior Able to build AMI using the ansible provisioner. ## Current Behavior Ansible provisioner does not work, and no artifacts are created. ``` 2021/04/19 01:27:01 packer-provisioner-shell plugin: Serving...

bug

Currently this action uses Packer 1.7.8, which at time of writing is 8 months old and does not include any of the improvements made in March with Packer 1.8.x. This...

bug

# Expected Behavior Be useful for AWS packer builds ## Current Behavior Not useful - forked Dockerfile that works in my case: ```docker FROM ubuntu:latest RUN set -e; \ apt-get...

bug

The docs state that if you don't provide a `target` that it will default to `.`, however it's defaulting to `artifacts.pkr.json` # Expected Behavior Either the docs need to be...

bug

# Expected Behavior I want to use newest version of packer without waiting for this repository to update the Dockerfile. Would be great if we could provide base image that...

bug