You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change the repository structure of the project to support usage of release branches.
- Save the legacy templating scripts in a separate directory.
- Add a GitHub Actions workflow that builds and tests the Docker images.
#409
docker exec sanity-test-${{ steps.platform.outputs.display_name }} redis-cli FT.CREATE redis_commands ON HASH PREFIX 1 cmd: SCHEMA name TEXT SORTABLE description TEXT
162
+
docker exec sanity-test-${{ steps.platform.outputs.display_name }} redis-cli HSET cmd:set name "SET" description "Set the string value of a key"
163
+
docker exec sanity-test-${{ steps.platform.outputs.display_name }} redis-cli HSET cmd:get name "GET" description "Get the value of a key"
This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`redis`](https://hub.docker.com/_/redis/) (not to be confused with any official `redis` image provided by `redis` upstream). See [the Docker Hub page](https://hub.docker.com/_/redis/) for the full readme on how to use this Docker image and for information regarding contributing and issues.
5
+
This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`redis`](https://hub.docker.com/_/redis/). See [the Docker Hub page](https://hub.docker.com/_/redis/) for the full `README` on how to use this Docker image and for information regarding contributing and issues.
6
6
7
7
The [full image description on Docker Hub](https://hub.docker.com/_/redis/) is generated/maintained over in [the docker-library/docs repository](https://github.com/docker-library/docs), specifically in [the `redis` directory](https://github.com/docker-library/docs/tree/master/redis).
8
8
@@ -22,5 +22,3 @@ For outstanding `redis` image PRs, check [PRs with the "library/redis" label on
22
22
|[](https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/redis/)|[](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v5/job/redis/)|[](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v6/job/redis/)|[](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v7/job/redis/)|
23
23
|[](https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/redis/)|[](https://doi-janky.infosiftr.net/job/multiarch/job/i386/job/redis/)|[](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/redis/)|[](https://doi-janky.infosiftr.net/job/multiarch/job/ppc64le/job/redis/)|
24
24
|[](https://doi-janky.infosiftr.net/job/multiarch/job/s390x/job/redis/)|[](https://doi-janky.infosiftr.net/job/put-shared/job/light/job/redis/)|
25
-
26
-
<!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh -->
0 commit comments