-
Notifications
You must be signed in to change notification settings - Fork 582
apk
functionality broken in the alpine-based Redis8 images
#444
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi thanks for raising this issue, and for providing a thorough explanation. |
apk
functionality the alpine-based Redis8 images?
apk
functionality the alpine-based Redis8 images?apk
functionality broken in the alpine-based Redis8 images
Hello, I'm getting exceptions with the docker image too. After I reverted to version 7.4.3 works good to me. The error is:
|
Please re-add apk again. We have to add our own alpine repository and this wont work without apk anymore. |
This issue has been fixed in Redis 8.0.1, and should reach Dockerhub soon. |
In https://github.com/redis/docker-library-redis/blob/release/8.0/alpine/Dockerfile#L138 the
apk
functionality has been removed from the alpine-based Redis images.Previously, we extended the upstream Redis images minimally (to include tar and rsync packages) - but this is not possible in 8 (hence also the curl inclusion workaround suggested in #406) without first re-installing the apk subsystem ourselves, or copying the built binary into another image, both of which are quite heavyweight solutions?
Is there a reason behind creating an "alpine" image without any alpine functionality, and is it on the roadmap to reinstate (as it currently exists in the previous generation images)?
The text was updated successfully, but these errors were encountered: