Update 'build-vlmcsd.jenkins'
This commit is contained in:
parent
1f142ad6df
commit
bbf47c44b1
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user