Skip to content

Commit

Permalink
Merge pull request #4166 from sumukhballal/update_root_json
Browse files Browse the repository at this point in the history
docs: update root.json hash in docs
  • Loading branch information
sumukhballal authored Aug 27, 2024
2 parents 450a43d + d6f6ac8 commit 4bdf7b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Next, you need the Bottlerocket root role, which is used by tuftool to verify th
This will download and verify the root role itself:
```shell
curl -O "https://cache.bottlerocket.aws/root.json"
sha512sum -c <<<"a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f root.json"
sha512sum -c <<<"2ff1fbf99b20dd7ff5d2c84243a8e3b51701183b1f524b7d470a6b7a9b0172fbb36a0949b7e586ab7ccb6e348eb77125d6ed9fd1a638f4381e4f3f084ff38596 root.json"
```

Next, set your desired parameters, and download the kmod kit:
Expand Down
2 changes: 1 addition & 1 deletion PROVISIONING-METAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following will download and verify the root role itself:

```shell
curl -O "https://cache.bottlerocket.aws/root.json"
sha512sum -c <<<"a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f root.json"
sha512sum -c <<<"2ff1fbf99b20dd7ff5d2c84243a8e3b51701183b1f524b7d470a6b7a9b0172fbb36a0949b7e586ab7ccb6e348eb77125d6ed9fd1a638f4381e4f3f084ff38596 root.json"
```

Next, set your desired version and variant, and use `tuftool` to download the image:
Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART-VMWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following will download and verify the root role itself:

```shell
curl -O "https://cache.bottlerocket.aws/root.json"
sha512sum -c <<<"a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f root.json"
sha512sum -c <<<"2ff1fbf99b20dd7ff5d2c84243a8e3b51701183b1f524b7d470a6b7a9b0172fbb36a0949b7e586ab7ccb6e348eb77125d6ed9fd1a638f4381e4f3f084ff38596 root.json"
```

Next, set your desired version and variant, and download the OVA:
Expand Down
2 changes: 1 addition & 1 deletion tools/pubsys/Infra.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ root_role_sha512 = "0123456789abcdef"

# For reference, this is the Bottlerocket root role:
#root_role_url = "https://cache.bottlerocket.aws/root.json"
#root_role_sha512 = "a3c58bc73999264f6f28f3ed9bfcb325a5be943a782852c7d53e803881968e0a4698bd54c2f125493f4669610a9da83a1787eb58a8303b2ee488fa2a3f7d802f"
#root_role_sha512 = "2ff1fbf99b20dd7ff5d2c84243a8e3b51701183b1f524b7d470a6b7a9b0172fbb36a0949b7e586ab7ccb6e348eb77125d6ed9fd1a638f4381e4f3f084ff38596"

# pubsys assumes a single publication key that signs the snapshot, targets,
# and timestamp roles. Here you specify where that key lives so we can sign
Expand Down

0 comments on commit 4bdf7b3

Please sign in to comment.