OT-CONTAINER-KIT / redis

A production optimized redis docker image
https://opstree.github.io
23 stars 51 forks source link

Upgrade alpine version #77

Closed montaguethomas closed 2 months ago

montaguethomas commented 6 months ago

The version of the alpine base image used is EOL. Bump to most recent stable version 3.19 (yes, 3.20 was just released today).

Even with the latest alpine 3.19.1 image, it has missing package updates. Add to Dockerfiles to ensure latest updates are installed at build time.

Added support for alternative container engines to the makefile (e.g. podman).

Trivy Scan Results

Before - alpine 3.15

image

After - alpine 3.19

image

Final - alpine 3.19 + apk upgrade

image
drivebyer commented 2 months ago

/lgtm