mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
Merge pull request #6973 from baude/policygating
[CI:DOCS]Do not copy policy.json into gating image
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user