File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -236,10 +236,9 @@ using the below steps, update the `values.yaml` to use the newly built images.
236236` ` ` bash
237237export REDIS_VERSION="8.2.2"
238238git checkout https://github.com/bitnami/containers.git
239- cd containers/bitnami/redis/8.2/debian-12
240- docker buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis:${REDIS_VERSION} --provenance false --push .
241- cd ../../../redis-sentinel/8.2/debian-12
242- buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis-sentinel:${REDIS_VERSION} --provenance false --push .
239+ cd containers/bitnami/
240+ docker buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis:${REDIS_VERSION} --provenance false --push redis/8.2/debian-12
241+ docker buildx build --platform linux/amd64,linux/arm64 -t gcr.io/mirrornode/redis-sentinel:${REDIS_VERSION} --provenance false --push redis-sentinel/8.2/debian-12
243242` ` `
244243
245244# # Troubleshooting
You can’t perform that action at this time.
0 commit comments