Project

General

Profile

Actions

Bug #45869

open

quay/ceph/ceph-ci: sha1 in image tag does not match version of ceph included in container image

Added by Josh Durgin almost 4 years ago.

Status:
New
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The version of ceph inside the container seems to be older than the sha1 it is tagged with, from the same branch.

Examples:

# both sha1s are from octopus, currently e77c3f... is octopus HEAD, and 91d24f... is the prior commit)
podman container run quay.io/ceph-ci/ceph:e77c3f6a47051bd987d5c5de4b329a7e39e526e3 /usr/bin/ceph -v
ceph version 15.2.3-196-g91d24f4 (91d24f498556f86f6d1318d2efd5210c35b36762) octopus (stable)

# both sha1s are from master, this time the installed version is several commits behind the tag
podman container run quay.io/ceph-ci/ceph:b8f632327fe6d1e0bcd0b5cf55b2234674a7d42c /usr/bin/ceph -v
ceph version 16.0.0-2185-g6adbce280e (6adbce280ecf2cd6d0f10f46b697d22d36791928) pacific (dev)

This is not true for all images:

# master from a week ago
podman container run quay.io/ceph-ci/ceph:248eeca109d1314e454daf1b868755b991395575 /usr/bin/ceph -v
ceph version 16.0.0-1913-g248eeca109 (248eeca109d1314e454daf1b868755b991395575) pacific (dev)
# nautilus HEAD
podman container run quay.io/ceph-ci/ceph:d4ce5549e81c20999f524b61e1f316fcf43b2f87 /usr/bin/ceph -v
ceph version 14.2.9-780-gd4ce554 (d4ce5549e81c20999f524b61e1f316fcf43b2f87) nautilus (stable)

No data to display

Actions

Also available in: Atom PDF