Add image pull with signature integration test

Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Aaron Weitekamp 2017-08-10 09:49:07 -04:00 committed by Antonio Murdaca
parent 0f8cce1a4f
commit adb0d19416
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
5 changed files with 51 additions and 1 deletions

View file

@ -107,6 +107,7 @@ RUN set -x \
# Make sure we have some policy for pulling images
RUN mkdir -p /etc/containers
COPY test/policy.json /etc/containers/policy.json
COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redhat.com.yaml
WORKDIR /go/src/github.com/kubernetes-incubator/cri-o