Commit 02daa0b7 authored by Erik Wilson's avatar Erik Wilson Committed by Darren Shepherd

Chmod /tmp to 1777 for e2e tests

The kubernetes e2e tests will mount /tmp and verify permissions, fix to match the expectations of the test for our image.
parent 11bedd01
...@@ -9,6 +9,7 @@ RUN cd image/bin && \ ...@@ -9,6 +9,7 @@ RUN cd image/bin && \
FROM scratch FROM scratch
COPY --from=base /image / COPY --from=base /image /
RUN chmod 1777 /tmp
VOLUME /var/lib/rancher/k3s VOLUME /var/lib/rancher/k3s
VOLUME /var/lib/cni VOLUME /var/lib/cni
VOLUME /var/log VOLUME /var/log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment