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.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/hammer-cli-katello/pull/743 added
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-katello|a75120cb7755a318c4ac55c7fdb695e7adac06b2.
Updated by James Jeffers over 4 years ago
- Target version set to Katello 3.17.0
- Triaged changed from No to Yes
Actions