Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.

Commit 4762a98

Browse files
authored
Merge pull request #434 from justinsb/stable_revisions
Lock to specific branches of bootstrap-vz
2 parents c87f1c0 + cf31c4d commit 4762a98

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

imagebuilder/aws-1.5.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Tags:
44
k8s.io/kernel: "4.4"
55
k8s.io/version: "1.5"
66
k8s.io/family: "default"
7+
# Ensure the image is repeatable - really we should be locking to a tag
8+
BootstrapVZRepo: https://github.com/justinsb/bootstrap-vz.git
9+
BootstrapVZBranch: image15

imagebuilder/aws-1.6.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Tags:
44
k8s.io/kernel: "4.4"
55
k8s.io/version: "1.6"
66
k8s.io/family: "default"
7+
# Ensure the image is repeatable - really we should be locking to a tag
8+
BootstrapVZRepo: https://github.com/justinsb/bootstrap-vz.git
9+
BootstrapVZBranch: image16

imagebuilder/aws.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ Tags:
44
k8s.io/kernel: "4.4"
55
k8s.io/version: "1.7"
66
k8s.io/family: "default"
7+
# Ensure the image is repeatable - really we should be locking to a tag
8+
BootstrapVZRepo: https://github.com/justinsb/bootstrap-vz.git
9+
BootstrapVZBranch: image17

0 commit comments

Comments
 (0)