Update 'build-vlmcsd.jenkins'

This commit is contained in:
Hyatt 2021-11-30 16:04:19 +00:00
parent 1f142ad6df
commit bbf47c44b1

View File

@ -75,13 +75,13 @@ spec:
stage("Kaniko Build & Push") { stage("Kaniko Build & Push") {
container ("kaniko") { container ("kaniko") {
def dockerfile = """ def dockerfile = """
FROM ${repository}/library/alpine:latest as BUILDER FROM registry.c.test-chamber-13.lan/library/alpine:latest as BUILDER
RUN apk --no-cache add gcc && \\ RUN apk --no-cache add gcc && \\
cd ${workspace}/vlmcsd && \\ cd ${workspace}/vlmcsd && \\
make make
FROM ${repository}/library/alpine:latest FROM registry.c.test-chamber-13.lan/library/alpine:latest
EXPOSE 1688/tcp EXPOSE 1688/tcp