This commit is contained in:
commit
93cf502a8d
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
@ -0,0 +1,13 @@
|
||||
pipeline:
|
||||
docker:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: harbor.k-space.ee/${CI_REPO}
|
||||
registry: harbor.k-space.ee
|
||||
tags: latest
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
when:
|
||||
branch: main
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM alpine
|
||||
RUN apk --no-cache add transmission-daemon
|
||||
ENTRYPOINT ["/usr/bin/transmission-daemon", "--foreground", "--config-dir", "/config"]
|
Loading…
Reference in New Issue
Block a user