mirror of
https://github.com/mudler/luet.git
synced 2025-10-21 02:40:10 +00:00
9 lines
108 B
YAML
9 lines
108 B
YAML
image: "busybox"
|
|
|
|
steps:
|
|
- adduser foo -D
|
|
- addgroup bar
|
|
- touch /foo
|
|
- chown foo:bar /foo
|
|
- chmod 500 /foo
|