Skip to content

Commit 3d14a8f

Browse files
authored
Merge pull request #353 from rh-ecosystem-edge/signature
2 parents 8feb56c + faf9dc5 commit 3d14a8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

images/Containerfile.pipeline

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ RUN curl -k -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/
1313
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 && \
1414
dnf clean all && rm -rf /var/cache/yum
1515

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

0 commit comments

Comments
 (0)