LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.72k stars 113 forks source link

cargo-chef missing from docker hub #270

Closed johnnybenson closed 4 months ago

johnnybenson commented 4 months ago

Hey just a heads up, it looks like cargo-chef vanished. Not sure if this is intentional.

https://hub.docker.com/r/lukemathwalker/cargo-chef

byblakeorriver commented 4 months ago

Yes, very gone. We love cargo-chef!

mythosmystery commented 4 months ago

Yeah what's going on here? Why was it removed??

alexcstark commented 4 months ago

Blocking my deploys - gonna have to find another solution.

byblakeorriver commented 4 months ago

It does look like the command line tool is still available, and can be used like this: https://github.com/LukeMathWalker/cargo-chef?tab=readme-ov-file#without-the-pre-built-image

pythoninthegrass commented 4 months ago

Just forked the repo and built the latest tags if you all need a stopgap

pythoninthegrass commented 4 months ago

My workflow looks like this:

docker pull jollygoodhorsepower/cargo-chef
docker image tag jollygoodhorsepower/cargo-chef lukemathwalker/cargo-chef:0.1.65-rust-1
# docker images | grep lukemathwalker/cargo-chef
cd repo-that-requires-cargo-chef
task docker:build
i1Fury commented 4 months ago

Just forked the repo and built the latest tags if you all need a stopgap

This was a lifesaver <3 I had an update I had to push asap for my client.

As for why it was delisted, I'd imagine they could have run out of the docker hub subscription... I'm not sure if docker delists popular repos in that instance.

LukeMathWalker commented 4 months ago

I definitely didn't delete it, wtf. Let me investigate.

LukeMathWalker commented 4 months ago

Unclear what the hell happened, but I logged into Docker Hub, added a category for the image (since it was marked as "incomplete") and... now it seems to be back online?

byblakeorriver commented 4 months ago

Can verify, it is working again! Thank you!

LukeMathWalker commented 4 months ago

Nice. I'll mark this as closed then, but I'll keep an eye on it. Please comment again if anything looks amiss. Good night folks!