mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 22:09:29 +00:00
Fix case where UID and GID are passed and added a test for that case.
This commit is contained in:
parent
fcac3155a3
commit
2a98e037bb
6 changed files with 58 additions and 25 deletions
37
goss-default.yaml
Normal file
37
goss-default.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
file:
|
||||
/opt/JDownloader/JDownloader.jar:
|
||||
exists: true
|
||||
mode:
|
||||
or:
|
||||
- "0664"
|
||||
- "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509.jar:
|
||||
exists: true
|
||||
mode:
|
||||
or:
|
||||
- "0664"
|
||||
- "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509Linux.jar:
|
||||
exists: true
|
||||
mode:
|
||||
or:
|
||||
- "0664"
|
||||
- "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
package:
|
||||
ffmpeg:
|
||||
installed: true
|
||||
user:
|
||||
jdownloader:
|
||||
exists: true
|
||||
uid: 1000
|
||||
gid: 100
|
||||
groups:
|
||||
- users
|
||||
home: []
|
||||
shell: /bin/false
|
||||
Loading…
Add table
Add a link
Reference in a new issue