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") {
container ("kaniko") {
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 && \\
cd ${workspace}/vlmcsd && \\
make
FROM ${repository}/library/alpine:latest
FROM registry.c.test-chamber-13.lan/library/alpine:latest
EXPOSE 1688/tcp