Skip to content

Commit 7c2e0de

Browse files
committed
fix: correct dep tree snapshots
Previous image parsing and dependency tree generation failed to properly compare hashes resulting in duplicate digest values being stored and duplicate image names being generated.
1 parent 873393a commit 7c2e0de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/system/package-managers/__snapshots__/rpm.spec.ts.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8221,7 +8221,6 @@ Object {
82218221
"data": Object {
82228222
"names": Array [
82238223
"registry.access.redhat.com/ubi9/ubi@sha256:c113f67e8e70940af28116d75e32f0aa4ffd3bf6fab30e970850475ab1de697f",
8224-
"registry.access.redhat.com/ubi9/ubi@sha256:c113f67e8e70940af28116d75e32f0aa4ffd3bf6fab30e970850475ab1de697f",
82258224
],
82268225
},
82278226
"type": "imageNames",
@@ -11208,7 +11207,6 @@ Object {
1120811207
"data": Object {
1120911208
"names": Array [
1121011209
"registry.access.redhat.com/ubi10-beta/ubi@sha256:4b4976d86eefeedab6884c9d2923206c6c3c2e2471206f97fd9d7aaaecbc04ac",
11211-
"registry.access.redhat.com/ubi10-beta/ubi@sha256:4b4976d86eefeedab6884c9d2923206c6c3c2e2471206f97fd9d7aaaecbc04ac",
1121211210
],
1121311211
},
1121411212
"type": "imageNames",

0 commit comments

Comments
 (0)