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

Docker image maintenance #432

Closed
wants to merge 5 commits into from
Closed

Conversation

haampie
Copy link
Contributor

@haampie haampie commented Feb 9, 2021

Closes #430

  • Bump cmake patch version
  • Bump the rocm image to use 4.0.1 (seems like 4.0 == 4.0.0)
  • Periodically build the ROCm Docker image
  • Start using the new image

@jenkins-cscs
Copy link
Collaborator

Can one of the admins verify this patch?

python3-pip \
&& rm -rf /var/lib/apt/lists/* \
&& wget -qO- "https://cmake.org/files/v3.17/cmake-3.17.5-Linux-x86_64.tar.gz" | \
tar --strip-components=1 -xz -C /usr/local \
Copy link
Contributor

Choose a reason for hiding this comment

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

just discovered this one here: https://apt.kitware.com/ ... what do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm yeah, I think it can't hurt to install a specific version and I'm too lazy to figure out how you would pin it with apt

@haampie haampie closed this Feb 9, 2021
@haampie haampie reopened this Feb 9, 2021
@haampie
Copy link
Contributor Author

haampie commented Feb 23, 2021

Should this be merged @dev-zero ?

@dev-zero dev-zero closed this in c9b6528 May 15, 2021
@dev-zero
Copy link
Contributor

@haampie sorry for not responding :( I went a different way in the end by using the Kitware Ubuntu repository instead (and since gcc:latest is based on Debian Testing it is recent enough wrt CMake and Ninja). Also, building ROCm is now also integrated, but for hosting the images we switched to ghcr.io: https://github.com/orgs/cp2k/packages

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.

ghi: move ROCm image to our hub.docker.com org
3 participants