From cf31c4de8eaf984aa25d58da99a158c093e769df Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 27 Nov 2017 00:38:34 -0500 Subject: [PATCH] Lock to specific branches of bootstrap-vz --- imagebuilder/aws-1.5.yaml | 3 +++ imagebuilder/aws-1.6.yaml | 3 +++ imagebuilder/aws.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/imagebuilder/aws-1.5.yaml b/imagebuilder/aws-1.5.yaml index 3a7fca09b..a375c98e2 100644 --- a/imagebuilder/aws-1.5.yaml +++ b/imagebuilder/aws-1.5.yaml @@ -4,3 +4,6 @@ Tags: k8s.io/kernel: "4.4" k8s.io/version: "1.5" k8s.io/family: "default" +# Ensure the image is repeatable - really we should be locking to a tag +BootstrapVZRepo: https://github.com/justinsb/bootstrap-vz.git +BootstrapVZBranch: image15 diff --git a/imagebuilder/aws-1.6.yaml b/imagebuilder/aws-1.6.yaml index a6a18c7b5..efd5d6b4a 100644 --- a/imagebuilder/aws-1.6.yaml +++ b/imagebuilder/aws-1.6.yaml @@ -4,3 +4,6 @@ Tags: k8s.io/kernel: "4.4" k8s.io/version: "1.6" k8s.io/family: "default" +# Ensure the image is repeatable - really we should be locking to a tag +BootstrapVZRepo: https://github.com/justinsb/bootstrap-vz.git +BootstrapVZBranch: image16 diff --git a/imagebuilder/aws.yaml b/imagebuilder/aws.yaml index 312646337..8e7aab9a7 100644 --- a/imagebuilder/aws.yaml +++ b/imagebuilder/aws.yaml @@ -4,3 +4,6 @@ Tags: k8s.io/kernel: "4.4" k8s.io/version: "1.7" k8s.io/family: "default" +# Ensure the image is repeatable - really we should be locking to a tag +BootstrapVZRepo: https://github.com/justinsb/bootstrap-vz.git +BootstrapVZBranch: image17