mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:39:31 +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
25
goss.yaml
25
goss.yaml
|
|
@ -1,28 +1,9 @@
|
|||
file:
|
||||
/opt/JDownloader/JDownloader.jar:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509.jar:
|
||||
exists: true
|
||||
mode: "0664"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509Linux.jar:
|
||||
exists: true
|
||||
mode: "0664"
|
||||
filetype: file
|
||||
contains: []
|
||||
package:
|
||||
ffmpeg:
|
||||
installed: true
|
||||
user:
|
||||
jdownloader:
|
||||
exists: true
|
||||
uid: 1000
|
||||
gid: 100
|
||||
uid: 1001
|
||||
gid: 101
|
||||
groups:
|
||||
- users
|
||||
- jdownloader
|
||||
home: []
|
||||
shell: /bin/false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue