cargo-wharf icon indicating copy to clipboard operation
cargo-wharf copied to clipboard

Cacheable and efficient Docker images builder for Rust

Results 28 cargo-wharf issues
Sort by recently updated
recently updated
newest added

Bumps [socket2](https://github.com/rust-lang/socket2) from 0.3.11 to 0.3.19. Changelog Sourced from socket2's changelog. 0.4.5 Changed Replace winapi dependency with windows-sys (rust-lang/socket2#303). Added Socket::join_ssm_v4 and Socket::leave_ssm_v4 (rust-lang/socket2#298). Socket::set_recv_tos and Socket::recv_tos (rust-lang/socket2#299). Fixed Fix...

dependencies

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...

dependencies

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.2 to 0.4.4. Commits 48b13dc Bump crossbeam-channel to v0.4.4 679dac8 Bump crossbeam-channel to v0.4.3 f652c6a Change crossbeam-channel's license to MIT OR Apache-2.0. 149a3c9 Release crossbeam-queue 0.2.3 18363b5...

dependencies

> Efficiently cache crate dependencies. I'd like to discuss the future of `cargo-wharf` and to this extent some ideas I'd like to collaborate on. ## Cache integration and the case...

Bump cargo version, this should fix #32. Rustc seem to require the `--extern proc_macro` args for crates that need `proc_macro`. This flag is only added in the latest cargo version...

## Expected Behavior When compiling actix-web using cargo wharf with docker build kit, the crate should compile Compiled fine with a normal docker file, doesn't with cargo wharf. ## Current...

We try to build a container image via cargo wharf. Locally everything works fine. However, in github actions we have failures at random crates (everytime a different one). The errors...

Hi @denzp! First of all, many many thanks for this kick-ass project. I use it for all of my dockerized rust projects and it is a truly great project. I'm...

I get ```rpc error: code = Unknown desc = Unable to build the crate => caused by: Unable to solve the graph => caused by: grpc-status: Unknown, grpc-message: "unknown API...

`Error response from daemon: Dockerfile parse error line 2: unknown instruction: [WORKSPACE]` I have to use the silly workspace hack from cargo, but wharf doesn't seem to support an empty...