This project is mirrored from https://gitee.com/NQL886/packer.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 22 Mar, 2022 1 commit
  2. 04 Mar, 2022 1 commit
  3. 02 Mar, 2022 1 commit
  4. 25 Feb, 2022 1 commit
  5. 16 Feb, 2022 1 commit
    • Adrien Delorme's avatar
      all shells: Pass env vars through a key value store (#11569) · 0362a3ec
      Adrien Delorme authored
      * allowing to set shell env vars from a key/value map.
      * tests
      
      This new map will work alongside the `environment_vars` but it allows using a
      datasource value seamlessly. At validation, and because `environment_vars` was
      an array of strings containing `KEY=value`, using datsources would not work,
      because these values are not known yet and would evaluate to `<unknown>`. With
      this, the value and the key can be unknown and will validate correctly for
      datasources.
      0362a3ec
  6. 11 Feb, 2022 1 commit
  7. 02 Feb, 2022 1 commit
  8. 17 Jan, 2022 1 commit
  9. 13 Jan, 2022 1 commit
  10. 05 Jan, 2022 1 commit
  11. 17 Dec, 2021 1 commit
  12. 07 Dec, 2021 1 commit
  13. 06 Dec, 2021 1 commit
  14. 02 Dec, 2021 1 commit
  15. 01 Dec, 2021 1 commit
  16. 12 Nov, 2021 1 commit
  17. 11 Nov, 2021 1 commit
  18. 04 Nov, 2021 1 commit
  19. 03 Nov, 2021 1 commit
  20. 27 Oct, 2021 2 commits
  21. 19 Oct, 2021 2 commits
  22. 04 Oct, 2021 1 commit
  23. 01 Oct, 2021 1 commit
  24. 29 Sep, 2021 1 commit
  25. 24 Sep, 2021 1 commit
  26. 14 Sep, 2021 1 commit
    • Wilken Rivera's avatar
      Update HCP Packer registry image extraction, validation, publishing logic for... · b10df3ab
      Wilken Rivera authored
      Update HCP Packer registry image extraction, validation, publishing logic for registry capable plugins (#11221)
      
      * Update handling of registry artifacts
      
      This change uses the github.com/hashicorp/packer-plgin-sdk/packer/registryimage for querying
      Artifact State for HCP Registry Image metadata. To handle the conversion
      of the RPC response, mapstructure was introduced to conversion state
      data into an registryimage.Image before publishing to a image bucket.
      
      * Update to use registry image from packersdk
      
      * Rename internal registry service pkg
      
      * Update vendored plugins to latest version
      
      * The latest release of Amazon, GoogleCompute, and Azure have support
        for publishing images to the HCP Packer registry.
      b10df3ab
  27. 03 Sep, 2021 2 commits
  28. 02 Sep, 2021 1 commit
  29. 31 Aug, 2021 3 commits
  30. 27 Aug, 2021 1 commit
  31. 25 Aug, 2021 2 commits
  32. 05 Aug, 2021 1 commit
    • Wilken Rivera's avatar
      HCP Packer registry enabled Packer client (#11154) · a534c743
      Wilken Rivera authored
      
      * Add working registry pkg
      
      * Add custom error for handling the loading of PAR environment variables
      
      * Working Publish to Build, with proper error handling for bucket names
      
      * Update hcp-sdk-go to use branch instead of mod replace directive
      
      * Update Packer build status configuration
      
      * Add support for HCP_PACKER_BUILD_FINGERPRINT env
      
      * Add support for publishing one or more PARtifacts from a single build
      
      * add git shas to this branch
      
      * Add ability to set provider name if available
      
      * Add working RegistryBuilder type
      
      * Add RegistryPostProcessor as wrapper post-processor
      
      * When in PAR mode a empty RegistryPostProcessor is added to the end of
        the post-processor list to publish all final image data.
      
      * Add support for updating a build from PAR that is not in a DONE state
      
      * Fix a small issue with creation the initial builds for an empty
        iteration.
      
      * Add PAR URL to post-processor display
      
      * Implement hcp_packer_registry block (#11168)
      
      * Update vendored Amazon plugin to v1.0.1-dev
      
      * Fix panic when running a Packer registry build in a clean directory
      
      * Remove the publishing of post-processor metadata from the registry
        post-processor.
      
      * Remove metadata add from registry_builder
      
      * Update registry builder to skip a build that was found to be DONE
      Co-authored-by: default avatarMegan Marsh <megan@hashicorp.com>
      Co-authored-by: default avatarSylvia Moss <moss@hashicorp.com>
      a534c743
  33. 22 Jul, 2021 1 commit
  34. 14 Jul, 2021 1 commit