Sometimes you need a place to put your container images. Why not use Google Cloud Platform's registry?
Starts with the assumption that you will use a service account's credentials that has appropriate role/permissions (i.e., roles/storage.admin
) to create/destroy a Google Container Registry. (Note: destroying this resource does not destroy the backing bucket).
cp terraform.tfvars.sample terraform.tfvars
Amend the values for
project
location
gcp_service_credentials
./create-registry.sh
To tear it down
./destroy-registry.sh