Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the pinning of CentOS Stream kernel version #1080

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions cluster-provision/centos9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ ENV CENTOS_URL https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Str

RUN /download_box.sh ${CENTOS_URL}

# Pin to earlier versions of vmlinuz & initrd.img due to issue with latest
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should include this information inside some troubleshooting document, including a reference to the commit, so that we can apply this again if required.

This could also be done for other workarounds we had to do.

RUN curl -L -o /initrd.img https://composes.stream.centos.org/production/CentOS-Stream-9-20230821.0/compose/BaseOS/x86_64/os/images/pxeboot/initrd.img
RUN curl -L -o /vmlinuz https://composes.stream.centos.org/production/CentOS-Stream-9-20230821.0/compose/BaseOS/x86_64/os/images/pxeboot/vmlinuz

#RUN curl -L -o /initrd.img http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/initrd.img
#RUN curl -L -o /vmlinuz http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vmlinuz
RUN curl -L -o /initrd.img http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/initrd.img
RUN curl -L -o /vmlinuz http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/images/pxeboot/vmlinuz

COPY scripts/* /
2 changes: 1 addition & 1 deletion cluster-provision/centos9/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20221219.0
20230821.0