'update files with ansible'
This commit is contained in:
parent
b5f490413a
commit
66140bc908
@ -1,7 +1,7 @@
|
|||||||
# Base on latest (edge) alpine image
|
# Base on latest (edge) alpine image
|
||||||
FROM node:current-alpine as builder
|
FROM node:current-alpine as builder
|
||||||
RUN apk add -U git build-base python3 \
|
RUN apk add -U git build-base python3git build-base python3 \
|
||||||
&& git clone https://github.com/butlerx/wetty --branch main /usr/src/app
|
&& git clone https//github.com/butlerx/wetty --branch main /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
RUN yarn && \
|
RUN yarn && \
|
||||||
@ -9,7 +9,7 @@ RUN yarn && \
|
|||||||
yarn install --production --ignore-scripts --prefer-offline
|
yarn install --production --ignore-scripts --prefer-offline
|
||||||
|
|
||||||
FROM node:current-alpine
|
FROM node:current-alpine
|
||||||
LABEL maintainer="butlerx@notthe.cloud"
|
LABEL maintainer="docker@ervine.org"
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,7 +3,7 @@ kind: Pod
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
image: gcr.io/kaniko-project/executor:v1.5.0-debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- /busybox/cat
|
- /busybox/cat
|
||||||
@ -31,7 +31,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Notify gchat') {
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user