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

Fix container building by moving to ubuntu-latest #140

Merged
merged 8 commits into from
Oct 13, 2023

Conversation

pcm32
Copy link
Member

@pcm32 pcm32 commented Oct 12, 2023

Container building seems broken. I will start by trying changing the OS.

@pcm32 pcm32 closed this Oct 12, 2023
@pcm32 pcm32 reopened this Oct 12, 2023
@pcm32 pcm32 changed the title Fix container building Fix container building by moving to ubuntu-latest Oct 12, 2023
@pcm32
Copy link
Member Author

pcm32 commented Oct 12, 2023

Moving to ubuntu-latest at least fixed the container building for the jupyter image I was after. However, the CI won't try building the github actions container (which hasn't been built in a while) because that only happens on merge to master. Should we give this a try @alfonsomunozpomer @pmb59 ? That github actions runner only affects the galaxy tools I think. But I suspect that other containers being merged have not been pushed recently.

@pcm32 pcm32 requested a review from pmb59 October 12, 2023 20:35
- "*/post_install_dockerfile"
- "miniconda_template/*"
- ".github/workflows/miniconda_template.yaml"

jobs:
getchanges:
name: Get changed repos
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

using latest here will always use stable or LTS version right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it is usually the latest "stable" image. Since this is the OS, this should be relatively safe, currently points to 22.04 I think.

Copy link
Contributor

@anilthanki anilthanki left a comment

Choose a reason for hiding this comment

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

As long as using latest version of ubuntu wont break in future

LGTM

@pcm32 pcm32 merged commit 2dd8855 into master Oct 13, 2023
2 checks passed
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.

2 participants