disable
Last updated

The cldkctl registry tag disable command disables an existing tag immutability rule in the container registry. When a rule is disabled, it will no longer prevent tags from being modified or deleted, allowing updates to occur on previously protected container images.
cldkctl registry tag disable [rule ID] [flags]Follow the steps below to run and view the result of this command:
Ensure that you are logged in. Refer to the Registry Login section.
Run the following command in your terminal:
cldkctl --registry [registry name] registry tag disable [rule ID]To view the list of existing rules and obtain their IDs, refer to the Registry Tag List section.
Replace [registry name] with the target registry and [rule ID] with the ID of the immutability rule you want to disable.
Once successful, the terminal displays "✓ Registry tag immutability rule disabled".

This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the registry tag disable command.
Last updated