Skip to content

Commit 9e00369

Browse files
authored
test: fix failing nightly test (#619)
With latest stacker-bom (v0.0.7) included, all bom enabled layers must set their annotations. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
1 parent 005988c commit 9e00369

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/bom.bats

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ first:
391391
touch /pkg1/file
392392
mkdir -p /pkg2
393393
touch /pkg2/file
394+
annotations:
395+
org.opencontainers.image.authors: bom-test
396+
org.opencontainers.image.vendor: bom-test
397+
org.opencontainers.image.licenses: MIT
394398
395399
second:
396400
from:

0 commit comments

Comments
 (0)