summaryrefslogtreecommitdiff
path: root/contrib/gate
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-07-14 11:01:12 -0500
committerValentin Rothberg <rothberg@redhat.com>2020-07-15 11:42:04 +0200
commit7f8643a7820cb5bf3e8e196e31b1fa558b3a2a18 (patch)
treee437531136a00bb3955d80cb2fd409a36683beb8 /contrib/gate
parent2c72fbdd82253835e7a082cd1ced1fa21f543bea (diff)
downloadpodman-7f8643a7820cb5bf3e8e196e31b1fa558b3a2a18.tar.gz
podman-7f8643a7820cb5bf3e8e196e31b1fa558b3a2a18.tar.bz2
podman-7f8643a7820cb5bf3e8e196e31b1fa558b3a2a18.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/gate')
-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"