mirror of https://github.com/containers/podman.git
Merge pull request #6973 from baude/policygating
[CI:DOCS]Do not copy policy.json into gating image
This commit is contained in:
commit
d83077b16c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue