From 27b3809f6123b03417c17185574fad7acbacc897 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 12 Aug 2020 11:05:38 +0800 Subject: [PATCH] Bumped to version 1.16.20.03 --- Dockerfile | 2 +- Jenkinsfile | 2 +- start.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9701305..4be3ca5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:buster-slim LABEL maintainer="Jonathan Ervine " # Set ENV variables -ENV VERSION='1.16.1.02' \ +ENV VERSION='1.16.20.03' \ BEDROCK_USER='bedrock' \ BEDROCK_UID='1003' diff --git a/Jenkinsfile b/Jenkinsfile index 1ff6203..6ddfc2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ 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.1.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.20.03' } } } diff --git a/start.sh b/start.sh index 9e6de97..7d59c3e 100755 --- a/start.sh +++ b/start.sh @@ -4,5 +4,5 @@ ## cd /data -touch /tmp/bedrock.running +touch /data/bedrock.running LD_LIBRARY_PATH=/bedrock /bedrock/bedrock_server