Update 'build-alpine.jenkins'
This commit is contained in:
parent
f29e475e62
commit
96cf505bc7
@ -70,7 +70,7 @@ RUN printf '%s\\n' "-----BEGIN CERTIFICATE-----" \\
|
|||||||
"""
|
"""
|
||||||
writeFile(file: workspace + "/" + caName, text: caContent)
|
writeFile(file: workspace + "/" + caName, text: caContent)
|
||||||
writeFile(file: workspace + "/Dockerfile", text: DF)
|
writeFile(file: workspace + "/Dockerfile", text: DF)
|
||||||
sh "/kaniko/executor --cleanup --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"${repository}/nhyatt/alpine:latest\""
|
sh "/kaniko/executor --cleanup --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"${repository}/library/alpine:latest\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user