Skip to content

Commit

Permalink
docs: update spectro-registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Feb 13, 2025
1 parent f567eeb commit 0c31098
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/docs-content/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This page lists the version details of various Palette components and their resp

| Palette Release | Recommended CLI Version |
| --------------- | ----------------------- |
| 4.6.0 | v4.6.0 |
| 4.6.2 | v4.6.0 |
| 4.5.21 | v4.5.7 |
| 4.5.20 | v4.5.7 |
| 4.5.15 | v4.5.4 |
Expand All @@ -31,7 +31,7 @@ This page lists the version details of various Palette components and their resp

| Palette Release | CLI Version |
| --------------- | ----------- |
| 4.6.0 | v4.6.0 |
| 4.6.2 | v4.6.1 |
| 4.5.21 | v4.5.15 |
| 4.5.20 | v4.5.14 |
| 4.5.15 | v4.5.11 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ docker run -d \
-e REGISTRY_LOG_LEVEL=debug \
-e REGISTRY_AUTH=htpasswd \
-e REGISTRY_AUTH_HTPASSWD_REALM="My Enterprise Realm" \
us-docker.pkg.dev/palette-images/palette/spectro-registry:4.5.0
us-docker.pkg.dev/palette-images/palette/spectro-registry:4.6.1
```

Alternatively, you can start the container by mounting a directory with a new configuration file and pointing the server
Expand All @@ -85,7 +85,7 @@ docker run -d \
-p 443:5000 \
--name spectro-registry \
--volume $(pwd)/myconfig.yml:/etc/myconfig.yml \
us-docker.pkg.dev/palette-images/palette/spectro-registry:4.5.0 \
us-docker.pkg.dev/palette-images/palette/spectro-registry:4.6.1 \
serve /etc/spectropaxconfig/myconfig.yml
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/spectro-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ the [Palette CLI](./automation/palette-cli/palette-cli.md) document for installa

| Version | Operating System | Checksum (SHA256) |
| ------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| 4.6.0 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.6.0/cli/linux/palette-edge) | `1972495e9e0f276b4561e61ccc4deae685000e3bd5bf5b57f0259244d531da58` |
| 4.6.1 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.6.0/cli/linux/palette-edge) | `0c92496773a087e6d5fc5d80a1bc75614a35fcd6f3c739c32e856c2c0ac876e5` |
| 4.5.15 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.5.15/cli/linux/palette-edge) | `5265133de8b204b6569b559a895aa03514b42b3285640755ed29e23d812e21cb` |
| 4.5.14 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.5.14/cli/linux/palette-edge) | `5265133de8b204b6569b559a895aa03514b42b3285640755ed29e23d812e21cb` |
| 4.5.11 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.5.11/cli/linux/palette-edge) | `390b4693a91c938ef230ce329ec28f42c058f98fb77160685e9a885dd2083587` |
Expand Down

0 comments on commit 0c31098

Please sign in to comment.