modified: Dockerfile

modified:   Jenkinsfile
Bumper server version to use 1.14.60.5
This commit is contained in:
Jonathan Ervine 2020-04-16 12:44:00 +08:00
parent b793d14219
commit 3283b015aa
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
RUN apt update && apt upgrade -y RUN apt update && apt upgrade -y
RUN apt install unzip curl -y RUN apt install unzip curl -y
RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.32.1.zip && unzip bedrock-server-1.14.32.1.zip && rm bedrock-server-1.14.32.1.zip RUN mkdir /bedrock && cd /bedrock && curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.14.60.5.zip && unzip bedrock-server-1.14.60.5.zip && rm bedrock-server-1.14.60.5.zip
ADD start.sh /usr/local/bin/ ADD start.sh /usr/local/bin/

1
Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ node("docker-node") {
stage "publish" stage "publish"
app.push("${env.BUILD_NUMBER}") app.push("${env.BUILD_NUMBER}")
app.push("1.14.60.5latest")
app.push("latest") app.push("latest")
stage('Deploy on K8s'){ stage('Deploy on K8s'){