-
Notifications
You must be signed in to change notification settings - Fork 71
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
Request: update latest
#165
Comments
@tonistiigi PTAL 🙏 |
@AkihiroSuda This is related to #120 (comment). Looking at this comment #120 (comment), When fixed I think we can update latest. |
What's the status on this? |
We have versioned releases for the updated versions (eg. 8.1.5) . Latest tag has not been updated because there were some backwards incompatible changes as mentioned above that need to be fixed (additionally there is also some breakage in new qemu version for tini https://github.com/tonistiigi/binfmt/blob/master/patches/subreaper-prctl/0001-linux-user-pass-SUBREAPER-to-prctl.patch ). If you don't care about these upstream issues you can just use the versioned release directly. We still want to update to the latest tag, but only if we can be certain that it doesn't cause many issues to existing users. |
Hi @tonistiigi, It's not especially clear which tags are appropriate to use with the Thanks, |
@crazy-max Maybe we can add an example in the docs for using the 8.1.5 tag. |
Is there any guidance yet as to which 8.1.5 tag is appropriate to use with the |
You can use either |
FYI, neither of these appear to be usable with Github Actions, as they result in segfaults:
This occurred simply executing |
@norrisjeremy Under GH codespaces seemed to work fine
|
@tonistiigi I started having issues similar to @norrisjeremy this past week, still using the default
Note that this is a multi-platform build: linux/amd64,linux/arm64 Only the cross-platform This seems to have been triggered by something in the GitHub Action Runner v2.381.0 release actions/actions-runner-controller#3684 which did not explicitly update anything, but pulled in the current versions of unpinned dependencies. Specifically, I am using what was built by this Dockerfile. |
I'm still getting curl segfaults when reverting to an earlier build of 2.317, doesn't look like it's the root cause to me. update: updating the K8S nodes from AL2 to AL2023 fixed it, along with matching the base image with the runner, eg. building an ubuntu20 on an ubuntu20 runner, or 22 on 22. |
The
latest
tag hasn't been updated since Aug 12, 2022https://hub.docker.com/layers/tonistiigi/binfmt/latest/images/sha256-66ac1b854f9ce567503783aeee464ff1569076bf3613d122a5174890cbea34f9?context=explore
The text was updated successfully, but these errors were encountered: