You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
prompt_user "Enter an IAM key (platform API key) for your IBM Cloud account. An example API key looks like this k-y2lsNxfeKbaidcCG6kQVypLDR_WjmDPe-2Uuq_PTYx" false
492
+
prompt_user "Enter an IAM key (platform API key) for your IBM Cloud account. An example API key looks like this k-y2lsNxfeKbaidcCG6kQVypLDR_WjmDPe-2Uuq_PTYx
493
+
Login to your IBM Cloud account and navigate to Manage > Access (IAM) > API keys for more information." false
prompt_user "Enter URL of container repository. For example, docker.io for Dockerhub or us.ibm.cr for IBM Cloud Container Registry" false "docker.io"
501
+
prompt_user "Enter URL of container registry. For example, us.icr.io for IBM Cloud Container Registry
502
+
For more information about creating a container registry in IBM Cloud see here https://cloud.ibm.com/apidocs/container-registry" false "docker.io"
501
503
registryURL=$(echo "${USERINPUT}" | tr '[:upper:]' '[:lower:]') # Make lowercase
502
504
503
505
# Strip "http://" or "https://" from string
@@ -537,7 +539,7 @@ config_file_wizard(){
537
539
# user just hits ENTER. For IBM Cloud users, it guesses your system userid
538
540
# as a default.
539
541
if [[ "$usingICR" == true ]]; then
540
-
prompt_user "Enter target namespace. If using IBM Cloud Container Registry, a new namespace must first be created via the web UI, or using the IBM Cloud CLI command: ibmcloud cr namespace-add YOURNAMESPACE." true "${whoami}"
542
+
prompt_user "Enter target namespace. If using IBM Cloud Container Registry, a new namespace must first be created via the web UI, or using the IBM Cloud CLI command: ibmcloud cr namespace-add YOURNAMESPACE." true "${whoami}"
541
543
else
542
544
prompt_user "Enter target namespace. If using DockerHub, you can default to the name of your DockerHub account." true "${dockerUser}"
prompt_for_passphrase "Enter passphrase for the root signing key" true
570
+
prompt_for_passphrase "Now we'll need to generate some keys, a Root key which is the root key of the docker content trust to store a tagged image,
571
+
a repository key (aka "target key"); allows you to sign image tags and manage delegations (including delegated keys or permitted delegation paths),
572
+
an Encryption key for the HPVS registration definition file (generated automatically in the background) and a Vendor key, required for signing the HPVS registration definition file
prompt_user "ID of IBM Cloud Resource Group to use for your deployment" true "default"
775
+
prompt_user "ID of IBM Cloud Resource Group to use for your deployment
776
+
You can find out more information about resource groups here https://cloud.ibm.com/docs/account?topic=account-rgs. If you are unsure, leave this setting as default" true "default"
prompt_user "ID of the IBM Cloud Resource Plan to use for your deployment" true "default"
782
+
prompt_user "ID of the IBM Cloud Resource Plan to use for your deployment
783
+
For more information on the appropriate id, use the following command: ibmcloud catalog service hpvs. If you are unsure, leave this setting as default" true "default"
0 commit comments