Summary
Dependabot PR #147 proposed bumping the Oracle Linux base image from 9-slim to 10-slim in Dockerfile.redis-oracle and Dockerfile.server-oracle. The PR was closed because this is a major OS version change that needs deliberate evaluation and testing.
Background
- Oracle Linux 10 was recently released
- Both Oracle Dockerfiles (
Dockerfile.redis-oracle, Dockerfile.server-oracle) currently use OL 9 / 9-slim
Dockerfile.redis-oracle builds Redis from source with system libraries
Dockerfile.server-oracle compiles Go with CGO_ENABLED=1 for Oracle client support
Tasks
References
Summary
Dependabot PR #147 proposed bumping the Oracle Linux base image from 9-slim to 10-slim in
Dockerfile.redis-oracleandDockerfile.server-oracle. The PR was closed because this is a major OS version change that needs deliberate evaluation and testing.Background
Dockerfile.redis-oracle,Dockerfile.server-oracle) currently use OL 9 / 9-slimDockerfile.redis-oraclebuilds Redis from source with system librariesDockerfile.server-oraclecompiles Go withCGO_ENABLED=1for Oracle client supportTasks
make test-integration-oci) against OL 10-based containersLABEL security.oracle-linuxmetadata in both Dockerfilesmake scan-containers) and compare results vs OL 9References