feat(rocky): support Rocky Linux (#1570)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
MaineK00n
2022-01-20 18:43:43 +09:00
committed by GitHub
parent eab2b425db
commit f5c5573936
20 changed files with 488 additions and 6 deletions

View File

@@ -181,6 +181,14 @@ func TestTar(t *testing.T) {
},
golden: "testdata/almalinux-8.json.golden",
},
{
name: "rocky linux 8",
testArgs: args{
Format: "json",
Input: "testdata/fixtures/images/rockylinux-8.tar.gz",
},
golden: "testdata/rockylinux-8.json.golden",
},
{
name: "distroless base",
testArgs: args{