mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
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.
This commit is contained in:
parent
11bedd0106
commit
02daa0b77f
@ -9,6 +9,7 @@ RUN cd image/bin && \
|
||||
|
||||
FROM scratch
|
||||
COPY --from=base /image /
|
||||
RUN chmod 1777 /tmp
|
||||
VOLUME /var/lib/rancher/k3s
|
||||
VOLUME /var/lib/cni
|
||||
VOLUME /var/log
|
||||
|
Loading…
Reference in New Issue
Block a user