update e2e tests for content trust tests

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
(cherry picked from commit 6e3bafd06b)
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
This commit is contained in:
Riyaz Faizullabhoy
2017-10-11 10:47:45 -07:00
committed by Eli Uriegas
parent 9c61899f29
commit 125ffb8b1b
7 changed files with 205 additions and 1 deletions
@@ -1,6 +1,6 @@
FROM docker/compose:1.15.0
RUN apk add -U bash curl
RUN apk add -U bash curl ca-certificates
ARG DOCKER_CHANNEL=edge
ARG DOCKER_VERSION=17.06.0-ce
@@ -13,5 +13,8 @@ ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /work
COPY scripts/test/e2e scripts/test/e2e
COPY e2e/compose-env.yaml e2e/compose-env.yaml
COPY e2e/testdata e2e/testdata
COPY e2e/testdata/notary/root-ca.cert /usr/local/share/ca-certificates/notary.cert
RUN update-ca-certificates
ENTRYPOINT ["bash", "/work/scripts/test/e2e/run"]