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
registryURL=$(echo "${USERINPUT}" | tr '[:upper:]' '[:lower:]') # Make lowercase
504
514
505
515
# Strip "http://" or "https://" from string
@@ -539,7 +549,11 @@ For more information about creating a container registry in IBM Cloud see here h
539
549
# user just hits ENTER. For IBM Cloud users, it guesses your system userid
540
550
# as a default.
541
551
if [[ "$usingICR" == true ]]; then
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}"
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
0 commit comments