Run transmission as root
This commit is contained in:
parent
cafb652e4d
commit
905675d808
@ -30,6 +30,6 @@ EXPOSE 9091 56451 56451/udp
|
||||
|
||||
VOLUME /config
|
||||
|
||||
USER $TORRENT_USER
|
||||
#USER $TORRENT_USER
|
||||
|
||||
CMD [ "/usr/bin/transmission-daemon", "-f", "-g", "/config/" ]
|
||||
|
||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -30,6 +30,9 @@ spec:
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.12 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.12.0'
|
||||
}
|
||||
}
|
||||
stage('Notify gchat') {
|
||||
hangoutsNotify message: "Transmission torrent daemon on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user