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