Skip to content

Commit

Permalink
Add support for bootstrap commands
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Aug 7, 2024
1 parent 4d43022 commit 9a39588
Show file tree
Hide file tree
Showing 21 changed files with 484 additions and 47 deletions.
16 changes: 8 additions & 8 deletions Twoliter.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
schema-version = 1
release-version = "1.21.0"
digest = "xrDJu9xcRcdcb2lrWOH9P9gXHfe83eO68IRJRFxlZsg="
digest = "NtLf5ryexu2rf0DqhQmPQ0eES/2hKNnXPmgkdLDHnP4="

[sdk]
name = "bottlerocket-sdk"
version = "0.43.0"
version = "0.42.0"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-sdk:v0.43.0"
digest = "1zKyWC/pXdpzKfNj1Xp1YvEWdyltI7EhAeiNwlikBz8="
source = "public.ecr.aws/bottlerocket/bottlerocket-sdk:v0.42.0"
digest = "myHHKE41h9qfeyR6V6HB0BfiLPwj3QEFLUFy4TXcR10="

[[kit]]
name = "bottlerocket-core-kit"
version = "2.3.1"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v2.3.1"
digest = "JEn010SJp41iPAl9xFRWQC57QTyhk7xo+SgpFxPSPLo="
version = "2.3.0"
vendor = "piyush"
source = "533267423195.dkr.ecr.us-west-2.amazonaws.com/bottlerocket-core-kit:v2.3.0"
digest = "911F/d/BajejnG1MwEhyKYashWPxSTeFCsp2xYX8zY4="
9 changes: 6 additions & 3 deletions Twoliter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ release-version = "1.21.0"
[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"

[vendor.piyush]
registry = "533267423195.dkr.ecr.us-west-2.amazonaws.com"

[sdk]
name = "bottlerocket-sdk"
version = "0.43.0"
version = "0.42.0"
vendor = "bottlerocket"

[[kit]]
name = "bottlerocket-core-kit"
version = "2.3.1"
vendor = "bottlerocket"
version = "2.3.0"
vendor = "piyush"
101 changes: 72 additions & 29 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a39588

Please sign in to comment.