-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat]: Upgrade redis version to latest in docker compose yaml #52
Comments
Sir can I help? |
Sir, will changing the image to redis: latest, have any bad impact on the project? |
@Rajdeep1311 no it won't have any impact |
Okay sir |
@shubham-cmyk , Sir if I change the image version, I am getting difficulty in getting the credentials when I do docker compose up, what should be done? |
@Rajdeep1311 Could you give some error log about this? |
error getting credentials - err: fork/exec /mnt/c/Program Files/Docker/Docker/resources/bin/docker-credential-desktop.exe: exec format error, out: `` -This is what is showing up when I run docker-compose up |
It's seems that some software's arch is wrong, see https://stackoverflow.com/questions/73285601/docker-exec-usr-bin-sh-exec-format-error |
Currently, we use opstree/redis:1.0 as the example image.
It's too old version, we should upgrade to latest support version which as describe in https://github.com/OT-CONTAINER-KIT/redis#image-compatibility.
files:
The text was updated successfully, but these errors were encountered: