mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:39:31 +00:00
Restructured some things and made 1000:100 the default user. Added debian base image, tests and update README.md
This commit is contained in:
parent
0084476349
commit
e96b9d994f
10 changed files with 126 additions and 54 deletions
28
goss.yaml
Normal file
28
goss.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
file:
|
||||
/opt/JDownloader/JDownloader.jar:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509.jar:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509Linux.jar:
|
||||
exists: true
|
||||
mode: "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