Skip to content

Commit

Permalink
Merge pull request #4349 from vyaghras/add-default-bootstrap-container
Browse files Browse the repository at this point in the history
Add default bootstrap container
  • Loading branch information
vyaghras authored Feb 7, 2025
2 parents 0221a7f + eee98a7 commit 6b6220c
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/shared-defaults/aws-bootstrap-container.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[metadata.settings.bootstrap-containers.source.setting-generator]
command = "schnauzer-v2 render --requires 'aws@v1(helpers=[ecr-prefix])' --template '{{ ecr-prefix settings.aws.region }}/bottlerocket-bootstrap:v0.1.1'"
strength = "weak"
depth = 1
4 changes: 4 additions & 0 deletions sources/shared-defaults/public-bootstrap-containers.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[metadata.settings.bootstrap-containers.source.setting-generator]
command = "schnauzer-v2 render --template 'public.ecr.aws/bottlerocket/bottlerocket-bootstrap:v0.1.1'"
strength = "weak"
depth = 1

0 comments on commit 6b6220c

Please sign in to comment.