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

Ubuntu 22.04 container image #4157

Open
kyleconroy opened this issue Jun 13, 2023 · 1 comment
Open

Ubuntu 22.04 container image #4157

kyleconroy opened this issue Jun 13, 2023 · 1 comment
Assignees

Comments

@kyleconroy
Copy link

Workflows currently supports ubuntu-18.04 and ubuntu-20.04. Would it be possible to add a ubuntu-22.04 image as well? We're running into an issue where a set of rules we use needs a newer version of curl than the one 20.04 provides.

actions:
  - name: "Test all targets"
    container_image: "ubuntu-20.04"
    triggers:
      push:
        branches:
          - "main" # <-- replace "main" with your main branch name
      pull_request:
        branches:
          - "*"
    user: "buildbuddy"
    bazel_commands:
      - "test //..."
@bduffany
Copy link
Member

Hey Kyle, we definitely want to do this, but supporting new workflow images comes with a few performance-related challenges for us at the moment that we are working to sort out first. We'll keep this issue updated with progress 👍

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

No branches or pull requests

2 participants