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

Dockerhub has old image of openroad/flow-ubuntu22.04-builder #2760

Open
mguthaus opened this issue Feb 1, 2025 · 0 comments
Open

Dockerhub has old image of openroad/flow-ubuntu22.04-builder #2760

mguthaus opened this issue Feb 1, 2025 · 0 comments
Assignees

Comments

@mguthaus
Copy link

mguthaus commented Feb 1, 2025

Subject

[Build] for compilation-related issues.

Describe the bug

Docker hub as a 9+ month old image of this project. I suggest that it be removed otherwise it confuses people. It seems like it is no longer updated. I submited a PR ( #2759 ) to include using the image tag to prevent people from using this stale image.

Expected Behavior

I would expect a recent image rather than an old one.

Environment

All environments

To Reproduce

Run this:

docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder

Relevant log output

$ docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
Unable to find image 'openroad/flow-ubuntu22.04-builder:latest' locally
latest: Pulling from openroad/flow-ubuntu22.04-builder
6eae748569ee: Pull complete
b304dd8a2331: Pull complete
ab0b2001f7c2: Pull complete
56f6e60563fd: Pull complete
dfdcc530d846: Pull complete
de31ef3d36f3: Pull complete
bb3310e41db1: Pull complete
4f4fb700ef54: Pull complete
c320075afe4d: Pull complete
Digest: sha256:5d4d20d3d5638fa5c79b05c6f9b240c7e5691bf8b6c47c9a46d9bb0e0d53bb09
Status: Downloaded newer image for openroad/flow-ubuntu22.04-builder:latest
groups: cannot find name for group ID 1000
I have no name!@35a672c0b7c0:/OpenROAD-flow-scripts$
exit
$ docker images | grep builder | grep latest
openroad/flow-ubuntu22.04-builder   latest    327ee7a6907a   9 months ago   16.6GB

Screenshots

No response

Additional Context

No response

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