change scratch to alpine for debugging
This commit is contained in:
parent
d286a7b7af
commit
182d288b97
@ -34,7 +34,7 @@ RUN set -x && \\
|
|||||||
upx --lzma sidecarinjector
|
upx --lzma sidecarinjector
|
||||||
|
|
||||||
# Build Image from Scratch
|
# Build Image from Scratch
|
||||||
FROM scratch
|
FROM registry.c.test-chamber-13.lan/library/alpine:latest
|
||||||
|
|
||||||
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
LABEL maintainer="The_Spider <spider@smoothnet.org>"
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ podTemplate(
|
|||||||
|
|
||||||
functions.buildContainer(
|
functions.buildContainer(
|
||||||
repository: repository,
|
repository: repository,
|
||||||
imageDest: "${repository}/library/generic-sidecar-injector:latest",
|
imageDest: "${repository}/library/generic-sidecar-injector:latest-debug",
|
||||||
dockerFile: dockerFile,
|
dockerFile: dockerFile,
|
||||||
repoCreds: repositoryCreds,
|
repoCreds: repositoryCreds,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user