Skip to content

Commit

Permalink
[hack]: use own corekit
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaldo2792 committed Oct 30, 2024
1 parent fcf320b commit 656b00f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Twoliter.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ digest = "V2lUX6Rs9rZLg8POxV7P785Mr5nallfyxor0Scrvh3Y="
[[kit]]
name = "bottlerocket-core-kit"
version = "3.1.1"
vendor = "bottlerocket"
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v3.1.1"
digest = "8P5eQMZxig/1Ix7oOZ7NO7c5yKdKXVd6Zu8cPQW9MTI="
vendor = "agarrcia"
source = "public.ecr.aws/bottlerocket-agarrcia/bottlerocket-core-kit:v3.1.1"
digest = "N/Z9BfiKlBFU+9JAAV9q8D6bOoAhBn7CM8lXfYyWkFM="
7 changes: 5 additions & 2 deletions Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
schema-version = 1
release-version = "1.26.1"
release-version = "1.27.0"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"

[vendor.agarrcia]
registry = "public.ecr.aws/bottlerocket-agarrcia"

[sdk]
name = "bottlerocket-sdk"
version = "0.46.0"
Expand All @@ -12,4 +15,4 @@ vendor = "bottlerocket"
[[kit]]
name = "bottlerocket-core-kit"
version = "3.1.1"
vendor = "bottlerocket"
vendor = "agarrcia"

0 comments on commit 656b00f

Please sign in to comment.