Skip to content

Conversation

@grom72
Copy link
Contributor

@grom72 grom72 commented Nov 20, 2025

The intention of this PR to enable possibility to provide RELEASE version for leap from CI
see daos-stack/daos#17152

Copy link
Collaborator

@JohnMalmberg JohnMalmberg left a comment

Choose a reason for hiding this comment

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

I have not checked if a generic leap15:latest is available for from the opensuse docker repository, and if there is, we need to have the "docker cleanup" jobs make sure it is installed.


// set BASE_DISTRO if necessary
if (stage_info['target'] == 'leap15') {
ret_str += ' --build-arg BASE_DISTRO=registry.opensuse.org/opensuse/leap-dnf:' + stage_info['distro_version']
Copy link
Collaborator

Choose a reason for hiding this comment

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

That set of docker containers was selected because it has DNF pre-installed instead of just Zypper. Brian did that to speed up creating a docker image, and it is pulling from an OpenSUSE managed repository that we mirror instead of dockerhub.

Copy link
Contributor

@daltonbohning daltonbohning left a comment

Choose a reason for hiding this comment

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

Is this going to break current leap builds after landing this but before landing daos-stack/daos#17152?

Copy link
Collaborator

@JohnMalmberg JohnMalmberg left a comment

Choose a reason for hiding this comment

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

I needed to see the changes in the other PR first.

@grom72
Copy link
Contributor Author

grom72 commented Nov 20, 2025

Is this going to break current leap builds after landing this but before landing daos-stack/daos#17152?

No. I have adjusted Dockers configuration on Jenkins docker host to handle both: old and new way.

@grom72
Copy link
Contributor Author

grom72 commented Nov 20, 2025

I have not checked if a generic leap15:latest is available for from the opensuse docker repository, and if there is, we need to have the "docker cleanup" jobs make sure it is installed.

Done

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.

4 participants