feat(mariner): add support for CBL-Mariner (#1640)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Masahiro331
2022-01-30 05:53:07 +09:00
committed by GitHub
parent 9e903a1d88
commit 84dd33f7e9
44 changed files with 581 additions and 51 deletions

View File

@@ -216,13 +216,21 @@ func TestTar(t *testing.T) {
golden: "testdata/opensuse-leap-151.json.golden",
},
{
name: "photon 3.0 integration",
name: "photon 3.0",
testArgs: args{
Format: "json",
Input: "testdata/fixtures/images/photon-30.tar.gz",
},
golden: "testdata/photon-30.json.golden",
},
{
name: "CBL-Mariner 1.0",
testArgs: args{
Format: "json",
Input: "testdata/fixtures/images/mariner-1.0.tar.gz",
},
golden: "testdata/mariner-1.0.json.golden",
},
{
name: "buxybox with Cargo.lock integration",
testArgs: args{