Skip to content

Conversation

@elelaysh
Copy link

Previously, we used rockylinux:9 without specifying the minor version.

Also move to quay.io


FROM docker.io/rockylinux/rockylinux:9
ARG ROCKY_MINOR_DOT_VERSION=.6
FROM quay.io/rockylinux/rockylinux:9${ROCKY_MINOR_DOT_VERSION}
Copy link
Member

Choose a reason for hiding this comment

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

That will change the default and that element might be used somewhere else we're not aware of currently.
can we just set the default version to 9, and allow changing it by using ROCKY_VERSION or something similar?

# Based on https://github.com/openstack/diskimage-builder/blob/master/diskimage_builder/elements/rocky-container/containerfiles/9

FROM docker.io/rockylinux/rockylinux:9
ARG ROCKY_MINOR_DOT_VERSION=.6
Copy link
Member

Choose a reason for hiding this comment

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

Including the "dot" in this feels a bit wierd. I'd much prefer it if was just the minor version, and the dot was added conditionally

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