From a36abd5d580a1b3fbc4566837e9cb16486388d4d Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 27 May 2021 14:30:55 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 4 ++-- Jenkinsfile | 4 ++-- chart/bedrock/Chart.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3997f2f..7a729c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ LABEL maintainer="Jonathan Ervine docker@ervine.org" RUN apt update && apt upgrade -y && \ apt install unzip curl -y && \ mkdir /bedrock && cd /bedrock && \ - curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.220.02.zip && unzip bedrock-server-1.16.220.02.zip && \ - rm bedrock-server-1.16.220.02.zip && \ + curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.221.01.zip && unzip bedrock-server-1.16.221.01.zip && \ + rm bedrock-server-1.16.221.01.zip && \ chmod 755 /bedrock/bedrock_server && \ addgroup bedrock && \ adduser --no-create-home --uid 1027 --ingroup bedrock --disabled-password --quiet --shell /bin/bash --gecos bedrock bedrock && \ diff --git a/Jenkinsfile b/Jenkinsfile index 19dedbd..16a42f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,11 +27,11 @@ 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.220.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.221.01' } } stage('Notify gchat') { - hangoutsNotify message: "Bedrock Server 1.16.220.02 on debian has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Bedrock Server 1.16.221.01 on debian has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/chart/bedrock/Chart.yaml b/chart/bedrock/Chart.yaml index 8c9cef9..13c0b70 100644 --- a/chart/bedrock/Chart.yaml +++ b/chart/bedrock/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.11 +version: 0.1.12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.16.220.02 +appVersion: 1.16.221.01 icon: https://git.ervine.org/jonny/x86_64-debian-bedrock/raw/branch/master/bedrock.jpg