diff --git a/Dockerfile b/Dockerfile index 21cf9b8..f38f350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:buster-slim LABEL maintainer="Jonathan Ervine " # Set ENV variables -ENV VERSION='1.16.40.02' \ +ENV VERSION='1.16.101.01' \ BEDROCK_USER='bedrock' \ BEDROCK_UID='1003' diff --git a/Jenkinsfile b/Jenkinsfile index e6bfc40..ba5b760 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,12 +27,12 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-debian-bedrock.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/debian/bedrock:latest --destination=harbor.ervine.dev/public/x86_64/debian/bedrock:1.16.40.02' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/debian/bedrock:latest --destination=harbor.ervine.dev/public/x86_64/debian/bedrock:1.16.101.01' } } + stage('Notify gchat') { + hangoutsNotify message: "Bedrock Server 1.16.101.01 on debian has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + } } } -stage('Notify gchat') { - hangoutsNotify message: "Bedrock Server on debian has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false -} diff --git a/start.sh b/start.sh old mode 100755 new mode 100644