John Eckersberg
John Eckersberg
I am considering packaging up an initial version of libct for Fedora after learning about it by attending James's talk at the openstack summit. However there is a soname conflict,...
Literally just find and replace github.com/containers/bootc with github.com/bootc-dev/bootc We have the redirect in place so none of this is really important, but I figure removing as many instances of the...
From the [packit PR](https://src.fedoraproject.org/rpms/bootc/pull-request/14) -> [aarch64 build log](https://kojipkgs.fedoraproject.org//work/tasks/3194/129773194/build.log) ``` failures: ---- test_non_ostree stdout ---- thread 'test_non_ostree' panicked at ostree-ext/tests/it/main.rs:1337:5: assertion `left == right` failed left: Digest { algorithm: Sha256, value:...
We don't actually want to do this right now, but there wasn't much to it so I'll just post it for future-us when we actually do migrate
The current API is a bit cumbersome with regards to decompression and correctly managing the blob/driver semantics to successfully drive the futures to completion. Really most of the time the...
This creates all parent directories in tar layers Resolves: #5416 Signed-off-by: John Eckersberg
Implements a new `bootc imagectl` command that provides container image build tooling, reimplementing the Python bootc-base-imagectl script in Rust. This adds a new `bootc-imagectl` crate with three main subcommands: -...
Followup from https://github.com/bootc-dev/containers-image-proxy-rs/pull/108 ... I get the following: ``` ⬢ [jeckersb@toolbx bootc]$ cargo run -- container compute-composefs-digest localhost/bootc:latest Finished `dev` profile [optimized + debuginfo] target(s) in 0.22s Running `target/debug/bootc container...
This seems generally useful, mostly I could see always canonicalizing the cmdline generated by bootc to remove a source of potential drift/nondeterminism and better enable reproducible builds. Signed-off-by: John Eckersberg
My initial inspiration for something like this came up while thinking about how to better integrate image-based bootc systems with traditional package-based systems. Somewhat similar to what @cgwalters has proposed...