Skip to content

build_utils.sh: Don't build containers for luminous either#1613

Closed
djgalloway wants to merge 1 commit intomasterfrom
wip-no-containers-luminous
Closed

build_utils.sh: Don't build containers for luminous either#1613
djgalloway wants to merge 1 commit intomasterfrom
wip-no-containers-luminous

Conversation

@djgalloway
Copy link
Contributor

Signed-off-by: David Galloway dgallowa@redhat.com

Signed-off-by: David Galloway <dgallowa@redhat.com>
# not ship this package
if [[ "$CI_CONTAINER" && "$BRANCH" =~ nautilus ]]; then
# we don't build containers for nautilus or older
if [[ "$CI_CONTAINER" && "$BRANCH" =~ luminous|nautilus ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i consider #1607 a workaround to stop the build failure before we have a decent fix addressing ceph/ceph-container#1706 (comment), because the container image build failure is now considered a fatal error.

if nobody is consuming the luminous and nautilus images, why are we building it in build-push-ceph-container-imgs.sh, just for the sake of completeness?

@leseb @dmick do you happen to know why?

Copy link
Contributor Author

@djgalloway djgalloway Jul 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if nobody is consuming the luminous and nautilus images, why are we building it in build-push-ceph-container-imgs.sh, just for the sake of completeness?

My guess is because when we started building containers, luminous and nautilus were the latest releases and CentOS8 wasn't out yet so this wasn't an issue.

Copy link
Member

@dmick dmick Jul 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know who's consuming what Ceph release builds. I do know the container build stuff seems to be getting more fragile as we add more special cases at various levels of the build. It seems like "whether we build" should be set by build-utils.sh and "how we build" should be set by ceph-container, though, with (obviously) as few special cases as possible.

@djgalloway
Copy link
Contributor Author

luminous is EOL

@djgalloway djgalloway closed this Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants