Bumped to version 1.16.20.03

This commit is contained in:
Jonathan Ervine 2020-08-12 11:05:38 +08:00
parent b5a23ea466
commit 27b3809f61
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ FROM debian:buster-slim
LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
# Set ENV variables
ENV VERSION='1.16.1.02' \
ENV VERSION='1.16.20.03' \
BEDROCK_USER='bedrock' \
BEDROCK_UID='1003'

2
Jenkinsfile vendored
View File

@ -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'
}
}
}

View File

@ -4,5 +4,5 @@
##
cd /data
touch /tmp/bedrock.running
touch /data/bedrock.running
LD_LIBRARY_PATH=/bedrock /bedrock/bedrock_server