modified: Dockerfile
modified: Jenkinsfile Bumper server version to use 1.14.60.5
This commit is contained in:
parent
b793d14219
commit
3283b015aa
@ -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
1
Jenkinsfile
vendored
@ -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'){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user