'update files with ansible'

This commit is contained in:
jonny 2021-04-15 08:44:20 +00:00
parent 83672f2865
commit a338a542bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Base on latest (edge) alpine image
FROM node:current-alpine as builder
RUN apk add -U git build-base python3 build-base python3 && \
RUN apk add -U git build-base python3 && \
git clone https://github.com/butlerx/wetty --branch main /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-wetty.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/wetty:2.0.3'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/wetty:2.0.3'
}
}
stage('Notify gchat') {