Skip to content

Commit

Permalink
fix(dind-rootless): remove symlink (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored Nov 14, 2024
1 parent ef0e668 commit 5dc5bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ RUN chown -R $(id -u rootless) /var/run

RUN chown -R $(id -u rootless) /etc/ssl && chmod 777 -R /etc/ssl
USER rootless
RUN rm -i -f /var/run && ln -s /run/user/1000 /var/run
ENTRYPOINT ["./run.sh"]
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.28.8
version: 1.28.9

0 comments on commit 5dc5bb7

Please sign in to comment.