From cafb652e4d466c7db5d6d3249b55202fde24950a Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 30 Jul 2020 10:35:41 +0800 Subject: [PATCH] Switched to public repo --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41a6648..97594d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie RUN rm -rf /var/cache/apk/* -EXPOSE 9091 +EXPOSE 9091 56451 56451/udp VOLUME /config diff --git a/Jenkinsfile b/Jenkinsfile index 8c39c06..ac58c5a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-transmission.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/library/x86_64/alpine/transmission:3.12.0 --destination=harbor.ervine.dev/library/x86_64/alpine/transmission:v3.12 --destination=harbor.ervine.dev/library/x86_64/alpine/transmission:v3.12.0' + 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' } } }