test: use images in GHCR (#2275)

Co-authored-by: AMF <work@afdesk.com>
This commit is contained in:
Teppei Fukuda
2022-06-07 13:50:32 +03:00
committed by GitHub
parent 0977dfcde8
commit f1c6af3121
33 changed files with 221 additions and 126 deletions

View File

@@ -211,9 +211,9 @@ func TestTar(t *testing.T) {
name: "oracle linux 8",
testArgs: args{
Format: "json",
Input: "testdata/fixtures/images/oraclelinux-8-slim.tar.gz",
Input: "testdata/fixtures/images/oraclelinux-8.tar.gz",
},
golden: "testdata/oraclelinux-8-slim.json.golden",
golden: "testdata/oraclelinux-8.json.golden",
},
{
name: "opensuse leap 15.1",