Skip to content

apk functionality broken in the alpine-based Redis8 images #444

@tobybellwood

Description

@tobybellwood

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions