Actions
Bug #30825
closedNo longer able to tag docker image using hammer after upgrading to Satellite 6.7/6.8
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1873391
Description of problem:
The hammer in Satellite 6.7 removed the "--docker-digest" and "--docker-tag" parameters. User can no longer tag the docker image which manually uploaded to the Satellite.
- Satellite 6.6 and earlier versions have the parameters
- hammer repository update --help
Usage:
hammer repository update [OPTIONS]
Options:
--docker-digest DIGEST Container Image manifest digest
--docker-tag TAG Container Image tag
- Satellite 6.7
- hammer repository update --docker-tag latest --docker-digest sha256:<some_digest> --name repo_name --organization RedHat --product my_product
Could not update the repository:
Error: Unrecognised option '--docker-tag'.
The parameters were removed by the following pull request. Nothing mentioned in the pull request about why these parameters were removed.
Actions