BuildSourceImage icon indicating copy to clipboard operation
BuildSourceImage copied to clipboard

Tool to build a source image based on an existing OCI image

Results 13 BuildSourceImage issues
Sort by recently updated
recently updated
newest added

This PR proposes a new extra-src file name form. There is a use case for source container images with extra sources. That is, after deduplicating sources between two images then...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/containers/BuildSourceImage). ## Open The following updates have all...

Currently, if we have many source archives we want to add layer by layer to the source image the only way to do that is to put source archives in...

```bash $ git grep -nw TODO BuildSourceImage.sh BuildSourceImage.sh:6:# TODO maybe a flag for this? BuildSourceImage.sh:45: # TODO: maybe this could be individual checks so it can report BuildSourceImage.sh:267: ## TODO:...

Maybe parsing the `go.mod`/`go.sum` or gopkg? Maybe talking to GOPROXY API? https://golang.org/cmd/go/#hdr-Module_proxy_protocol

having removed the `-i` image reference, now relying on using skopeo independently to pull, then bsi to unpack, we need an way to run the collection scripts against a particular...

Since there is code paths that have umoci, perhaps we test that we're doing what we expect.

``` ==> Running integration tests TMPDIR= bats test/ 1..7 ok 1 Help ok 2 Version ok 3 List Drivers ok 4 No input not ok 5 build from RPMS #...