Skip to content

Commit

Permalink
redis stack added codenotary
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-garavini committed Jan 18, 2025
1 parent 432753f commit 52e7024
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION

FROM oliver006/redis_exporter:alpine AS redis-exporter

FROM ${BUILD_FROM}:${BUILD_VERSION}
FROM ${BUILD_FROM}

ENV REDIS_DATA_DIR="/config" \
RIPORT=8001
Expand Down
6 changes: 4 additions & 2 deletions redis/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
build_from:
aarch64: redis/redis-stack
amd64: redis/redis-stack
aarch64: redis/redis-stack:7.4.0-v2
amd64: redis/redis-stack:7.4.0-v2
codenotary:
signer: [email protected]
3 changes: 2 additions & 1 deletion redis/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Redis DB
version: 7.4.0-v2
version: 7.4.0-v2-v0
slug: redis
codenotary: [email protected]
description: Redis database
url: https://redis.io
startup: initialize
Expand Down

0 comments on commit 52e7024

Please sign in to comment.