Skip to content

Commit

Permalink
Merge pull request #353 from rh-ecosystem-edge/signature
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo authored Jun 23, 2022
2 parents 8feb56c + faf9dc5 commit 3d14a8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/Containerfile.pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ RUN curl -k -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/
RUN dnf install -y bind-utils openssl openssh-clients httpd-tools conmon skopeo podman gettext fuse-overlayfs iputils nmap-ncat --setopt=install_weak_deps=False && \
dnf clean all && rm -rf /var/cache/yum

# Workaround for BZ 2073197, GH https://github.com/rh-ecosystem-edge/ztp-pipeline-relocatable/issues/354
RUN echo '{"default":[{"type":"insecureAcceptAnything"}],"transports":{"docker-daemon":{"":[{"type":"insecureAcceptAnything"}]}}}' > /etc/containers/policy.json

COPY . /opt/ztp

0 comments on commit 3d14a8f

Please sign in to comment.