Skip to content

Commit

Permalink
hack: Point to local Kit
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Sessions <[email protected]>
  • Loading branch information
KCSesh committed Oct 8, 2024
1 parent b599163 commit 06a9370
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Twoliter.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ digest = "CIx/G74W+Ie4gdJ40D/N/UbyQ9JqwVOd/9IH4ru3zYk="

[[kit]]
name = "bottlerocket-core-kit"
version = "2.8.4"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v2.8.4"
digest = "3HaJokkQgfZONwthRVqXFsZHCmIVQTarzWP2jo8gLaM="
version = "2.9.0-0"
vendor = "my-vendor"
source = "public.ecr.aws/n7m0j0w6/bottlerocket-core-kit:v2.9.0-0"
digest = "54Ama6Z09sg/4+QRQgQKNp5H2h9IYWR0ZrtzA/2V18A="
9 changes: 6 additions & 3 deletions Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema-version = 1
release-version = "1.24.1"
release-version = "1.25.0"

[vendor.my-vendor]
registry = "public.ecr.aws/n7m0j0w6"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand All @@ -11,5 +14,5 @@ vendor = "bottlerocket"

[[kit]]
name = "bottlerocket-core-kit"
version = "2.8.4"
vendor = "bottlerocket"
version = "2.9.0-0"
vendor = "my-vendor"

0 comments on commit 06a9370

Please sign in to comment.