rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
107 stars 22 forks source link

fm create failed due to redis:alpine not found! #164

Closed PrerithSubramanya closed 4 months ago

PrerithSubramanya commented 4 months ago

fm create failed due to redis:alpine image not found! here is the log summary that shows the error.

2024-04-27 20:55:45,130] DEBUG:  Network lattePoslocalhost-network  Creating
[2024-04-27 20:55:45,166] DEBUG:  Network lattePoslocalhost-network  Created
[2024-04-27 20:55:45,170] DEBUG:  Volume "latteposlocalhost_redis-queue-data"  Creating
[2024-04-27 20:55:45,175] DEBUG:  Volume "latteposlocalhost_redis-queue-data"  Created
[2024-04-27 20:55:45,178] DEBUG:  Volume "latteposlocalhost_redis-socketio-data"  Creating
[2024-04-27 20:55:45,193] DEBUG:  Volume "latteposlocalhost_redis-socketio-data"  Created
[2024-04-27 20:55:45,199] DEBUG:  Volume "latteposlocalhost_redis-cache-data"  Creating
[2024-04-27 20:55:45,206] DEBUG:  Volume "latteposlocalhost_redis-cache-data"  Created
[2024-04-27 20:55:45,206] DEBUG:  Container lattePoslocalhost-redis-cache  Creating
[2024-04-27 20:55:45,208] DEBUG:  Container lattePoslocalhost-redis-socketio  Creating
[2024-04-27 20:55:45,208] DEBUG:  Container lattePoslocalhost-redis-queue  Creating
[2024-04-27 20:55:45,208] DEBUG:  Container lattePoslocalhost-frappe  Creating
[2024-04-27 20:55:45,208] DEBUG:  Container lattePoslocalhost-socketio  Creating
[2024-04-27 20:55:45,210] DEBUG:  Container lattePoslocalhost-schedule  Creating
[2024-04-27 20:55:45,211] DEBUG:  Container lattePoslocalhost-nginx  Creating
[2024-04-27 20:55:45,235] DEBUG: Error response from daemon: No such image: redis:alpine
[2024-04-27 20:55:45,245] DEBUG: RETURN CODE: 1
Xieyt commented 4 months ago

Fixed in #166.