Skip to content

Cannot install github.com/hashicorp/amazon anymore #13661

Description

@mjozefcz

Overview of the Issue

We started getting CI issues today on building our images. Noticing:

Failed getting the "github.com/hashicorp/amazon" plugin:
2 errors occurred:
        * could not get sha256 checksum file for github.com/hashicorp/amazon version 1.8.1. Is the file present on the release and correctly named ? GET https://github.com/hashicorp/packer-plugin-amazon/releases/download/v1.8.1/packer-plugin-amazon_v1.8.1_SHA256SUMS: 404  []
        * could not install any compatible version of plugin "github.com/hashicorp/amazon"

Looks like all SHA256SUMS are gone from github.com and packer still installs plugin from github, even after this announcement [1].

Reproduction Steps

packer {
  required_plugins {
    amazon = {
      version = "= 1.8.1"
      source  = "github.com/hashicorp/amazon"
    }
  }
}

Packer version

Packer v1.15.4

[1] https://discuss.hashicorp.com/t/important-update-official-packer-plugin-distribution-moving-to-releases-hashicorp-com/75972

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions