Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename repository to support packer init #66

Closed
F21 opened this issue Feb 10, 2023 · 1 comment
Closed

Rename repository to support packer init #66

F21 opened this issue Feb 10, 2023 · 1 comment

Comments

@F21
Copy link
Contributor

F21 commented Feb 10, 2023

In order to use this plugin with packer init, the repository name must be packer-plugin-goss.

Further information here: https://developer.hashicorp.com/packer/docs/plugins/install-plugins#installation-guides

This will allow us to include the plugin in required_plugins like this:

packer {
  required_plugins {
    goss = {
      version = "~> 3.1"
      source  = "github.com/YaleUniversity/goss"
    }
  }
}

With the current repo name, we get the following error when running packer init:

$ packer init .
Failed getting the "github.com/yaleuniversity/goss" plugin:
1 error occurred:
        * GET https://api.github.com/repos/yaleuniversity/packer-plugin-goss/git/matching-refs/tags: 404 Not Found []

This issue should resolve and supercede #65

@F21
Copy link
Contributor Author

F21 commented Feb 10, 2023

Duplicated by #58

@F21 F21 closed this as completed Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant