Skip to content

Commit

Permalink
Image failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisantoshgudimetla committed Mar 11, 2020
1 parent e624df4 commit 6213fb1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ COPY --from=download /download/cni-plugins/* .
# Copy wget-ignore-cert powershell script
RUN mkdir /payload/powershell/
WORKDIR /payload/powershell/
COPY --from=/build /build/windows-machine-config-operator/pkg/internal/wget-ignore-cert.ps1 .
COPY --from=build /build/windows-machine-config-operator/pkg/internal/wget-ignore-cert.ps1 .

WORKDIR /

Expand All @@ -102,6 +102,9 @@ COPY --from=build /build/windows-machine-config-operator/build/_output/bin/windo
COPY --from=build /build/windows-machine-config-operator/build/bin /usr/local/bin
RUN /usr/local/bin/user_setup

# Allow uid/gid in OpenShift
RUN chmod g=u /etc/passwd /etc/group
RUN chmod g=u /etc

ENTRYPOINT ["/usr/local/bin/entrypoint"]

USER ${USER_UID}

0 comments on commit 6213fb1

Please sign in to comment.