adds comments
This commit is contained in:
parent
c063bddce1
commit
ab2615f536
@ -1,5 +1,16 @@
|
|||||||
#!groovy
|
#!groovy
|
||||||
|
|
||||||
|
// This is a little complicated to follow, just by looking, but the workflow is
|
||||||
|
//
|
||||||
|
// * Append the root CA to the official kanio image that will use to build
|
||||||
|
// the local kaniko image.
|
||||||
|
// * Copy the entire cert-store to the workspace.
|
||||||
|
// * Add the file to the locally built kaniko image from the workspace.
|
||||||
|
// * Build the image
|
||||||
|
//
|
||||||
|
// This method insures an always up-to date kaniko with an up-to-date
|
||||||
|
// certificate store.
|
||||||
|
|
||||||
def repository = "registry.c.test-chamber-13.lan"
|
def repository = "registry.c.test-chamber-13.lan"
|
||||||
def repositoryCreds = "harbor-repository-creds"
|
def repositoryCreds = "harbor-repository-creds"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user