Valkey is a flexible distributed key-value datastore optimized for caching and real-time workloads.
4.9K
ubuntu/valkey is a rock for valkey maintained by Canonical.
This is an OCI image that bundles Valkey together with the metrics exporter. Valkey is an open source, flexible distributed key-value datastore that is optimized for caching and other realtime workloads.
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures | |
|---|---|---|---|---|---|
7.2.7-24.04_stable | aliases7.2.7-24.04, 7.2.7-24.04_beta, 7.2.7-24.04_candidate, 7.2.7-24.04_edge | 04/2029 | 7.2.7 | 24.04 | amd64 |
7.2.11-24.04_stable | aliases7.2.11-24.04, 7.2.11-24.04_beta, 7.2.11-24.04_candidate, 7.2.11-24.04_edge | 04/2029 | 7.2.11 | 24.04 | amd64 |
7.2.10-24.04_stable | aliases7.2.10-24.04, 7.2.10-24.04_beta, 7.2.10-24.04_candidate, 7.2.10-24.04_edge | 04/2029 | 7.2.10 | 24.04 | amd64 |
7.2.12-24.04_stable | aliases7.2.12-24.04, 7.2.12-24.04_beta, 7.2.12-24.04_candidate, 7.2.12-24.04_edge | 04/2029 | 7.2.12 | 24.04 | amd64 |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/valkey:7.2.7-24.04_stable plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name valkey-container \
-p 6379:6379 \
ubuntu/valkey:7.2.7-24.04_stable
Access the Valkey server at http://localhost:6379.
Commands can be run using valkey-cli inside the container, e.g., to check Valkey's status:
$ docker exec valkey-container valkey-cli ping
To view the logs of the running container, run:
docker exec valkey-container pebble logs
Or, for a specific service:
docker exec valkey-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec valkey-container pebble checks
The overall health of your container can be inspected via:
docker exec valkey-container pebble health
| Option | Description | Default |
|---|---|---|
| TZ | Timezone. | UTC |
| Option | Description | Default |
|---|---|---|
-v <volume>:/var/lib/valkey | Valkey Server's data directory. A config file can be mounted here to configure Valkey. | None |
| Option | Description | Default |
|---|---|---|
-p <port>:6379 | Expose the container's port 6379 on the host's <port>. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:eab217f2a…
Size
43.1 MB
Last updated
18 days ago
docker pull ubuntu/valkey:7.2.12-24.04_stablePulls:
201
Last week