Docker CE support for hpc-rocky-linux-8 image#4867
Docker CE support for hpc-rocky-linux-8 image#4867bytetwin merged 1 commit intoGoogleCloudPlatform:developfrom
Conversation
Summary of ChangesHello @m4r1k, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request restores Docker CE support for Slurm deployments on the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds support for installing Docker CE on Rocky Linux 8, which is a valuable enhancement. The implementation correctly uses the native package manager. I have provided a few suggestions to improve the idempotency and clarity of the Ansible playbook by using more idiomatic modules and removing redundant code. Additionally, I have a question regarding the installation of the Docker SDK for Python, which currently seems limited to Rocky Linux.
|
Updated the original PR, addressing the comments from the Gemini Code Assist integration as well as improving the overall logic. |
|
In the latest patch I've addressed all comments. Here the playbook run logs: Of course, Docker works like a charm: |
Head branch was pushed to by a user without write access
|
/gcbrun |
Summary
This PR restores support for Docker CE when Slurm is deployed on the
hpc-rocky-linux-8image.Problem
Currently, setting
docker.enabled: truecauses deployments to fail on the official Google Cloud HPC image (Rocky Linux 8).get.docker.comscript.Motivation
Docker is essential for several HPC workflows, including Nextflow. While Nextflow supports other runtimes, Docker simplifies dependency management by keeping environments self-contained within Container Images.
Verification
I have attached the blueprint used to validate the Docker deployment.