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

Removing of Docker image tag "latest-portable" #422

Closed
metachris opened this issue Nov 28, 2022 · 4 comments
Closed

Removing of Docker image tag "latest-portable" #422

metachris opened this issue Nov 28, 2022 · 4 comments

Comments

@metachris
Copy link
Collaborator

On Docker hub, the latest tag is currently the portable build (since v1.4.0): https://hub.docker.com/r/flashbots/mev-boost/tags

There 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.

@dc25
Copy link

dc25 commented Nov 28, 2022

I've been using the latest-portable tag to get a version of mev-boost that runs on my laptop which is something like 8 years old and can't run the code built using the latest tag.

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)?

@metachris
Copy link
Collaborator Author

Why can't you run the latest tag? The resource usage should be identical to the previous version, and it's the portable build.

@dc25
Copy link

dc25 commented Nov 29, 2022

Indeed I can do exactly that. Should have read earlier comments more carefully. Thank you for responding.

@metachris
Copy link
Collaborator Author

removed the latest-portable docker image from docker hub.

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

No branches or pull requests

2 participants