certificate fix?
This commit is contained in:
parent
0369fad18c
commit
ffe4fc9103
@ -66,7 +66,9 @@ spec:
|
||||
def dockerfile = """
|
||||
FROM quay.io/coreos/clair-jwt:v2.1.3-alpine
|
||||
COPY ${caName} /usr/local/share/ca-certificates/
|
||||
RUN update-ca-certificates --fresh
|
||||
RUN apk add --no-cache --virtual=.packagecache ca-certificates && \\
|
||||
update-ca-certificates --fresh && \\
|
||||
apk del .packagecache
|
||||
"""
|
||||
writeFile (file: workspace + "/${caName}", text: caContent)
|
||||
writeFile (file: workspace + "/Dockerfile", text: dockerfile)
|
||||
|
Reference in New Issue
Block a user