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 failing versions.sh that is causing the update job to fail #516

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Dec 3, 2024

Adjust jq regex to account for BSD artifacts

Before the fix:

jq: error (at <stdin>:39): failed to parse os-arch from filename: buildx-v0.19.1.freebsd-amd64

After the fix:

$ ./versions.sh
27: 27.3.1 (buildx 0.19.1, compose 2.31.0)
27-rc: 27.4.0-rc.3 (buildx 0.19.1, compose 2.31.0)

Adjust jq regex to account for BSD artifacts
```console
jq: error (at <stdin>:39): failed to parse os-arch from filename: buildx-v0.19.1.freebsd-amd64
```
@tianon tianon merged commit 1d70189 into docker-library:master Dec 3, 2024
8 checks passed
@tianon tianon deleted the bsd branch December 3, 2024 22:20
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Dec 3, 2024
Changes:

- docker-library/docker@4177ded: Update 27-rc to 27.4.0-rc.3, buildx 0.19.1, compose 2.31.0
- docker-library/docker@f6a3252: Update 27 to buildx 0.19.1, compose 2.31.0
- docker-library/docker@1d70189: Merge pull request docker-library/docker#516 from infosiftr/bsd
- docker-library/docker@dc151fc: Fix failing `versions.sh` that is causing the update job to fail
- docker-library/docker@fbbec75: Update README
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