summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-07-14 11:01:12 -0500
committerBrent Baude <bbaude@redhat.com>2020-07-14 11:01:12 -0500
commitcc1fd76ae000ef121bd1f9f8c15a80e4cc04fd51 (patch)
tree997319e4fec191d1c4a3e00405b3b57642a459ad /contrib
parent210f1040d26334457803bc1da74667f70630a620 (diff)
downloadpodman-cc1fd76ae000ef121bd1f9f8c15a80e4cc04fd51.tar.gz
podman-cc1fd76ae000ef121bd1f9f8c15a80e4cc04fd51.tar.bz2
podman-cc1fd76ae000ef121bd1f9f8c15a80e4cc04fd51.zip
[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 <bbaude@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gate/Dockerfile1
1 files changed, 0 insertions, 1 deletions
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"