summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-14 18:27:46 +0200
committerGitHub <noreply@github.com>2020-07-14 18:27:46 +0200
commitd83077b16c14b05967fa1f92c7067299367a286f (patch)
tree997319e4fec191d1c4a3e00405b3b57642a459ad
parent210f1040d26334457803bc1da74667f70630a620 (diff)
parentcc1fd76ae000ef121bd1f9f8c15a80e4cc04fd51 (diff)
downloadpodman-d83077b16c14b05967fa1f92c7067299367a286f.tar.gz
podman-d83077b16c14b05967fa1f92c7067299367a286f.tar.bz2
podman-d83077b16c14b05967fa1f92c7067299367a286f.zip
Merge pull request #6973 from baude/policygating
[CI:DOCS]Do not copy policy.json into gating image
-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"