]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
container/make-manifest-list.py
authorDan Mick <dmick@redhat.com>
Fri, 1 Nov 2024 02:55:36 +0000 (19:55 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 5 Dec 2024 08:10:54 +0000 (00:10 -0800)
commit34bf3daacf66bd1917f59e73f50bb913dbfd252e
treedc91c1d6bb5e197d5923be8b63ac1540dcffdfd0
parenteae24945715a83159432342a5b342235e634ae55
container/make-manifest-list.py

- don't print command failure in worker; let the caller print them
  if desired (allow silent failure)
- allow for empty tags list
- look for CEPH_SHA1.  GIT_COMMIT was the sha1 of the ceph-container.git
  commit
- change default paths to prerelease
- add --dry-run to avoid final push
- rename 'HOST' to 'CONTAINER_HOST'
- Use ARCH_SPECIFIC_HOST instead of CONTAINER_HOST (which is used by podman)

Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit 44b2fc4d5e1fd909370018ca9ec210686f98cefa)
container/make-manifest-list.py