Skip to content

Commit 4adb1d2

Browse files
committed
test: add oci-runtime-validate to each unpack
This is necessary to make sure that each time we unpack an image we are generating a valid bundle. Signed-off-by: Aleksa Sarai <[email protected]>
1 parent a6cb3db commit 4adb1d2

File tree

10 files changed

+172
-112
lines changed

10 files changed

+172
-112
lines changed

Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,16 @@ RUN zypper ar -f -p 10 -g obs://Virtualization:containers obs-vc && \
2323
zypper ar -f -p 10 -g obs://home:cyphar obs-cyphar && \
2424
zypper --gpg-auto-import-keys -n ref && \
2525
zypper -n up
26-
RUN zypper -n in 'go>=1.6' git make skopeo go-mtree bats jq oci-image-tools
26+
RUN zypper -n in \
27+
bats \
28+
git \
29+
'go>=1.6' \
30+
go-mtree \
31+
jq \
32+
make \
33+
oci-image-tools \
34+
oci-runtime-tools \
35+
skopeo
2736

2837
ENV GOPATH /go
2938
ENV PATH $GOPATH/bin:$PATH

0 commit comments

Comments
 (0)