Skip to content

Commit 9154405

Browse files
author
Bryan Latten
committed
chmod: changing from s6 to standard tool
1 parent f8933d0 commit 9154405

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
# STDOUT happens to be a very special "file" that is has Docker magic applied to it
4+
# Unfortunately, permissions are flaky between builds, sometimes causing unprivileged users
5+
# to hit issues when attempting to write to STDOUT
6+
7+
# Hack: add others read/write back in at runtime :/
8+
chmod o+rw /dev/stdout

container/root/etc/fix-attrs.d/01-stdout

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)