Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/infrastructure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Download & install the following tools to your workstation:
- Confirm successful installation with `tk --version`
- [Install Docker](https://docs.docker.com/get-docker/).
- Confirm successful installation with `docker --version`
- If using CockroachDB as the datastore,
[install CockroachDB](https://www.cockroachlabs.com/get-cockroachdb/) to
- If using CockroachDB as the datastore,
[install CockroachDB](https://www.cockroachlabs.com/docs/v24.1/install-cockroachdb-linux) to
generate CockroachDB certificates.
- These instructions assume CockroachDB Core.
- You may need to run `sudo chmod +x /usr/local/bin/cockroach` after
Expand Down Expand Up @@ -116,4 +116,4 @@ cosign verify "docker.io/interuss/dss:latest" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
```

Adapt the version specified if required.
Adapt the version specified if required.
Loading