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

Latest (v2.311.0-ubuntu-20.04-8e48463) Summerwind runner image is missing docker buildx #3109

Open
7 tasks done
RalphSleighK opened this issue Nov 28, 2023 · 8 comments · May be fixed by #3141
Open
7 tasks done

Latest (v2.311.0-ubuntu-20.04-8e48463) Summerwind runner image is missing docker buildx #3109

RalphSleighK opened this issue Nov 28, 2023 · 8 comments · May be fixed by #3141
Labels
bug Something isn't working community Community contribution needs triage Requires review from the maintainers

Comments

@RalphSleighK
Copy link

RalphSleighK commented Nov 28, 2023

Checks

Controller Version

27.5

Helm Chart Version

actions-runner-controller-0.23.5

CertManager Version

v1.13.1

Deployment Method

Helm

cert-manager installation

Cert manager is fine

Checks

  • This isn't a question or user support case (For Q&A and community support, go to Discussions. It might also be a good idea to contract with any of contributors and maintainers if your business is so critical and therefore you need priority support
  • I've read releasenotes before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
  • My actions-runner-controller version (v0.x.y) does support the feature
  • I've already upgraded ARC (including the CRDs, see charts/actions-runner-controller/docs/UPGRADING.md for details) to the latest and it didn't fix the issue
  • I've migrated to the workflow job webhook event (if you using webhook driven scaling)

Resource Definitions

..

To Reproduce

- name: Build Docker Image
  shell: bash
  env:
      DOCKER_BUILDKIT: "1"
  run: |
    docker build .

Describe the bug

This fails with:

ERROR: BuildKit is enabled but the buildx component is missing or broken.

Looks like there was a PR yesterday that upped the docker version and now we need the same fix as went into the Github runner image here:

actions/runner#2901

Rolling back to ummerwind/actions-runner:v2.311.0-ubuntu-20.04-fb11d3b fixes the issue.

Describe the expected behavior

The docker build works.

Whole Controller Logs

n/a

Whole Runner Pod Logs

n/a

Additional Context

n/a

@RalphSleighK RalphSleighK added bug Something isn't working community Community contribution needs triage Requires review from the maintainers labels Nov 28, 2023
@RalphSleighK RalphSleighK changed the title Latest Summerwind runner image is missing docker buildx Latest (v2.311.0-ubuntu-20.04-8e48463) Summerwind runner image is missing docker buildx Nov 28, 2023
@danielabbatt
Copy link

Affects me too, could roll back but if it's going to be fixed quickly I'll probably not bother...

@caio-eiq
Copy link

caio-eiq commented Dec 4, 2023

This is affecting us as well. Any updates?

@neumann-nico neumann-nico linked a pull request Dec 10, 2023 that will close this issue
@neumann-nico
Copy link

neumann-nico commented Dec 10, 2023

I created a PR which hopefully fixes the issue: #3141

@corentingiraud
Copy link

Any news on this ?

@matan-legit
Copy link

can anyone tell how do i use those images? do i need to build them on my own and store them in my registry or are they in ghcr as well? i only see the one actions-runner image. also this change would be very welcome 👍

@neumann-nico
Copy link

I fixed the issues in my PR, so this should hopefully be merged soon :)

Currently the only way would be to check out my branch and build the images by yourself and push it to your private registry.

@matan-legit
Copy link

matan-legit commented Feb 14, 2024

@neumann-nico how do i implement them into the helm chart? im getting init errors when i use them :(
not your specific change the image in general

@ctriley
Copy link

ctriley commented Mar 6, 2024

Any update on this? Buildkit support would be very nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community Community contribution needs triage Requires review from the maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants