From cc1fd76ae000ef121bd1f9f8c15a80e4cc04fd51 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 14 Jul 2020 11:01:12 -0500 Subject: [CI:DOCS]Do not copy policy.json into gating image test/policy.json should not need to be copied into the gating image Signed-off-by: Brent Baude --- contrib/gate/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/gate/Dockerfile') diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index 657b5accf..9568038bb 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -27,7 +27,6 @@ RUN set -x && \ # Install cni config COPY cni/87-podman-bridge.conflist /etc/cni/net.d/87-podman-bridge.conflist # Make sure we have some policy for pulling images -COPY test/policy.json /etc/containers/policy.json COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redhat.com.yaml WORKDIR "$GOSRC" -- cgit v1.2.3-54-g00ecf