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