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

BUILDX_VERSION 0.13.2 isn't available in buildx github. #3367

Open
SimonSQLML opened this issue Jun 30, 2024 · 0 comments
Open

BUILDX_VERSION 0.13.2 isn't available in buildx github. #3367

SimonSQLML opened this issue Jun 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SimonSQLML
Copy link

SimonSQLML commented Jun 30, 2024

Describe the bug
BUILDX_VERSION 0.13.2 isn't available in buildx github.

https://github.com/docker/buildx/releases

To Reproduce
Steps to reproduce the behavior:

  1. Go to images/Dockerfile

  2. Run

docker buildx build . -f Dockerfile -t test --build-arg TARGETOS=linux --build-arg TARGETARCH=amd64 --platform=linux/amd64 --no-cache
  1. See error
[build 4/6] RUN export RUNNER_ARCH=amd64     && if [ "$RUNNER_ARCH" = "amd64" ]; then export RUNNER_ARCH=x64 ; fi     && curl -f -L -o runner.tar.gz https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-${RUNNER_ARCH}-${RUNNER_VERSION}.tar.gz     && tar xzf ./runner.tar.gz     && rm runner.tar.gz:                                                                                                                                                                                                                                                                                                                       
0.170   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                                                                                                                                                                                                                                
0.170                                  Dload  Upload   Total   Spent    Left  Speed                                                                                                                                                                                                                                                  
  0     9    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0                                                                                                                                                                                                                                                       
0.498 curl: (22) The requested URL returned error: 404 

Expected behavior
Build success

Runner Version and Platform

Version of your runner?
github code from main v2.317.0

OS of the machine running the runner? OSX/Windows/Linux/...
OSX

What's not working?

Please include error messages and screenshots.
BUILDX_VERSION 0.13.2 isn't available any more from official url.

@SimonSQLML SimonSQLML added the bug Something isn't working label Jun 30, 2024
@SimonSQLML SimonSQLML changed the title BUILDX_VERSION 0.13.2 isn't' available in buildx github. BUILDX_VERSION 0.13.2 isn't available in buildx github. Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant