Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.redis-oracle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# REDIS_DISABLE_COMMANDS - Comma-separated list of commands to disable

# Stage 1: Build environment using Oracle Linux 9
FROM container-registry.oracle.com/os/oraclelinux:9 AS builder
FROM container-registry.oracle.com/os/oraclelinux:10 AS builder

# Metadata for tracking
LABEL security.scan-date="AUTO_GENERATED"
Expand Down Expand Up @@ -202,7 +202,7 @@ ENTRYPOINT_EOF
RUN chmod +x /runtime/docker-entrypoint.sh

# Stage 2: Runtime image using Oracle Linux 9 (minimal)
FROM container-registry.oracle.com/os/oraclelinux:9-slim
FROM container-registry.oracle.com/os/oraclelinux:10-slim

# Metadata for tracking
LABEL security.oracle-linux="9-slim"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.server-oracle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# TMI_ORACLE_WALLET_LOCATION - Path to wallet directory (mounted volume)

# Stage 1: Build environment using Oracle Linux 9
FROM container-registry.oracle.com/os/oraclelinux:9 AS builder
FROM container-registry.oracle.com/os/oraclelinux:10 AS builder

# Metadata for tracking
LABEL security.scan-date="AUTO_GENERATED"
Expand Down Expand Up @@ -107,7 +107,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=${TARGETARCH} go build \
./cmd/server

# Stage 2: Runtime image using Oracle Linux 9 (minimal)
FROM container-registry.oracle.com/os/oraclelinux:9-slim
FROM container-registry.oracle.com/os/oraclelinux:10-slim

# Metadata for tracking security patches
LABEL security.oracle-linux="9-slim"
Expand Down