-
Notifications
You must be signed in to change notification settings - Fork 215
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
Removing of Docker image tag "latest-portable" #422
Comments
I've been using the This is per suggestion in eth-docker : see line 130 of https://github.com/eth-educators/eth-docker/blob/main/default.env . Of course this broke recently because the latest-portable tag was not updated. Right now I'm specifying 1.4.0-portable but that has to be maintained by hand. Is there another (better?) way to handle this (other than getting a new computer)? |
Why can't you run the |
Indeed I can do exactly that. Should have read earlier comments more carefully. Thank you for responding. |
removed the |
On Docker hub, the
latest
tag is currently the portable build (since v1.4.0): https://hub.docker.com/r/flashbots/mev-boost/tagsThere is still, however, an old and not updated
latest-portable
tag, which was last updated 2 months ago.Let's remove the
latest-portable
tag, because it's misleading and not needed anymore.It might lead to existing integrations that use this tag to break. Although production deployments should usually reference a specific version instead of
latest
, and I believe the impact is negligible.The text was updated successfully, but these errors were encountered: