From 66140bc908f0d06c0ecf9ef39227f3a3e8d9f2ca Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 11 Mar 2021 15:39:27 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 6 +++--- Jenkinsfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ea4cb7..6d585b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base on latest (edge) alpine image FROM node:current-alpine as builder -RUN apk add -U git build-base python3 \ - && git clone https://github.com/butlerx/wetty --branch main /usr/src/app +RUN apk add -U git build-base python3git build-base python3 \ + && git clone https//github.com/butlerx/wetty --branch main /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app RUN yarn && \ @@ -9,7 +9,7 @@ RUN yarn && \ yarn install --production --ignore-scripts --prefer-offline FROM node:current-alpine -LABEL maintainer="butlerx@notthe.cloud" +LABEL maintainer="docker@ervine.org" WORKDIR /usr/src/app ENV NODE_ENV=production EXPOSE 3000 diff --git a/Jenkinsfile b/Jenkinsfile index 90d5c37..b596029 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ kind: Pod spec: containers: - name: kaniko - image: gcr.io/kaniko-project/executor:v1.5.0-debug + image: gcr.io/kaniko-project/executor:debug imagePullPolicy: Always command: - /busybox/cat @@ -31,7 +31,7 @@ spec: } } stage('Notify gchat') { - hangoutsNotify message: "WeTTy on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "WeTTy 2.0.2 on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } }