diff --git a/test/blackbox/annotations.bats b/test/blackbox/annotations.bats index 534e48da..609988f8 100644 --- a/test/blackbox/annotations.bats +++ b/test/blackbox/annotations.bats @@ -47,6 +47,10 @@ EOF org.opencontainers.image.description: \${{DESCRIPTION}} org.opencontainers.image.licenses: \${{LICENSES}} org.opencontainers.image.vendor: \${{VENDOR}} +EOF + cat > ${BATS_FILE_TMPDIR}/Dockerfile<