mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
[RelAPI Onboarding] Add release API metadata file (#11683)
This commit is contained in:
parent
544efd71f4
commit
4801fae3df
1 changed files with 5 additions and 0 deletions
5
.release/release-metadata.hcl
Normal file
5
.release/release-metadata.hcl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/packer"
|
||||
url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/packer"
|
||||
url_license = "https://github.com/hashicorp/packer/blob/main/LICENSE"
|
||||
url_project_website = "https://www.packer.io/"
|
||||
url_source_repository = "https://github.com/hashicorp/packer"
|
||||
Loading…
Reference in a new issue