changes base image
This commit is contained in:
parent
64a4bcdb05
commit
5809de6d82
@ -64,7 +64,7 @@ spec:
|
||||
stage("Kaniko Build & Push") {
|
||||
container ("kaniko") {
|
||||
def dockerfile = """
|
||||
FROM quay.io/coreos/clair:v2.1.4
|
||||
FROM quay.io/coreos/clair-jwt:v2.0.8
|
||||
COPY ${caName} /usr/local/share/ca-certificates/
|
||||
RUN update-ca-certificates --fresh
|
||||
"""
|
||||
|
Reference in New Issue
Block a user