Azure-Samples / azure-voting-app-redis

Azure voting app used in docs.
MIT License
371 stars 3.26k forks source link

bitnami/redis images does not support ARM based platforms #80

Open devndive opened 2 years ago

devndive commented 2 years ago

Pulling the bitnami/redis image yields the following error:

docker pull mcr.microsoft.com/oss/bitnami/redis:6.0.8
6.0.8: Pulling from oss/bitnami/redis
no matching manifest for linux/arm64/v8 in the manifest list entries

The bitnami/redis image seems to not support ARM. This repo is used for the kubernetes tutorial giving people an extra step they have to fix following the tutorial. For some this might be obvious for others this might be a blocker.

Possible solutions: