We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docker_repository.public_repository section of google_artifact_registry_repository supports DOCKER_HUB only, see https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/artifact_registry_repository#nested_docker_repository and https://github.com/hashicorp/terraform-provider-google/blob/1ba50ab27d4185c49a77ede83e665d1152fa6860/google/services/artifactregistry/resource_artifact_registry_repository.go#L361
docker_repository.public_repository
google_artifact_registry_repository
DOCKER_HUB
Google supports custom registries. For example, you can specify "https://quay.io" and get it worked.
It would be great to allow arbitrary upstream registries.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Community Note
Description
The
docker_repository.public_repository
section ofgoogle_artifact_registry_repository
supportsDOCKER_HUB
only, see https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/artifact_registry_repository#nested_docker_repository and https://github.com/hashicorp/terraform-provider-google/blob/1ba50ab27d4185c49a77ede83e665d1152fa6860/google/services/artifactregistry/resource_artifact_registry_repository.go#L361Google supports custom registries. For example, you can specify "https://quay.io" and get it worked.
It would be great to allow arbitrary upstream registries.
The text was updated successfully, but these errors were encountered: