Skip to content

Commit 0e2aa2b

Browse files
authored
Merge pull request #215 from cipherstash/request-x86_64-docker-image
Docs: Add link to request x86_64 Docker image
2 parents 3a74ec7 + b87a1bb commit 0e2aa2b

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Behind the scenes, it uses the [Encrypt Query Language](https://github.com/ciphe
5454
> [!IMPORTANT]
5555
> **Prerequisites:** Before you start you need to have this software installed:
5656
> - [Docker](https://www.docker.com/) — see Docker's [documentation for installing](https://docs.docker.com/get-started/get-docker/)
57+
5758

5859
Get up and running in local dev in < 5 minutes:
5960

docs/reference.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This page contains reference documentation for configuring CipherStash Proxy and
88
- [Recommended settings for development](#recommended-settings-for-development)
99
- [Prometheus metrics](#prometheus-metrics)
1010
- [Available metrics](#available-metrics)
11+
- [Supported architectures](#supported-architectures)
1112

1213

1314
## Proxy config options
@@ -266,6 +267,14 @@ If the proxy is running on a host other than localhost, access on that host.
266267
| `cipherstash_proxy_statements_total` | Counter | Total number of SQL statements processed by CipherStash Proxy |
267268
| `cipherstash_proxy_statements_unmappable_total` | Counter | Total number of unmappable SQL statements processed by CipherStash Proxy |
268269

270+
## Supported architectures
271+
272+
CipherStash Proxy is [available as a Docker container image](https://hub.docker.com/r/cipherstash/proxy) for `linux/arm64` architectures.
273+
274+
If you're interested in a Docker image for other architectures (like `linux/amd64`), upvote [this idea](https://github.com/cipherstash/proxy/discussions/214).
275+
276+
277+
269278
---
270279

271280
### Didn't find what you wanted?

0 commit comments

Comments
 (0)