File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CN DMS Multi-stage Dockerfile (2025 Best Practices)
22# Stage 1: Build
3- # Using Alpine 3.20 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4- FROM golang:1.24.7-alpine3.20 AS builder
3+ # Using Alpine 3.21 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4+ FROM golang:1.24.7-alpine3.21 AS builder
55
66# Security and metadata labels
77LABEL maintainer="O-RAN MANO Team"
Original file line number Diff line number Diff line change 11# O2 Client Multi-stage Dockerfile (2025 Best Practices)
22# Stage 1: Build
3- # Using Alpine 3.20 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4- FROM golang:1.24.7-alpine3.20 AS builder
3+ # Using Alpine 3.21 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4+ FROM golang:1.24.7-alpine3.21 AS builder
55
66# Security and metadata labels
77LABEL maintainer="O-RAN MANO Team"
Original file line number Diff line number Diff line change 44# Fixed for GitHub Actions CI/CD which builds from root
55
66# Stage 1: Build
7- # Using Alpine 3.20 (stable) to fix CVE-2025-46394 and CVE-2024-58251
8- FROM golang:1.24.7-alpine3.20 AS builder
7+ # Using Alpine 3.21 (stable) to fix CVE-2025-46394 and CVE-2024-58251
8+ FROM golang:1.24.7-alpine3.21 AS builder
99
1010# Security and build metadata
1111LABEL org.opencontainers.image.title="O-RAN Orchestrator"
Original file line number Diff line number Diff line change 11# RAN DMS Multi-stage Dockerfile (2025 Best Practices)
22# Stage 1: Build
3- # Using Alpine 3.20 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4- FROM golang:1.24.7-alpine3.20 AS builder
3+ # Using Alpine 3.21 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4+ FROM golang:1.24.7-alpine3.21 AS builder
55
66# Security and metadata labels
77LABEL maintainer="O-RAN MANO Team"
Original file line number Diff line number Diff line change 11# TN Agent Multi-stage Dockerfile (2025 Best Practices)
22# Stage 1: Build
3- # Using Alpine 3.20 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4- FROM golang:1.24.7-alpine3.20 AS builder
3+ # Using Alpine 3.21 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4+ FROM golang:1.24.7-alpine3.21 AS builder
55
66# Security and metadata labels
77LABEL maintainer="O-RAN MANO Team"
Original file line number Diff line number Diff line change 11# TN Manager Multi-stage Dockerfile (2025 Best Practices)
22# Stage 1: Build
3- # Using Alpine 3.20 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4- FROM golang:1.24.7-alpine3.20 AS builder
3+ # Using Alpine 3.21 (stable) to fix CVE-2025-46394 and CVE-2024-58251
4+ FROM golang:1.24.7-alpine3.21 AS builder
55
66# Security and metadata labels
77LABEL maintainer="O-RAN MANO Team"
You can’t perform that action at this time.
0 commit comments