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- FROM golang:1.23 -alpine AS builder
3+ FROM golang:1.24.7 -alpine AS builder
44
55# Security and metadata labels
66LABEL 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- FROM golang:1.23 -alpine AS builder
3+ FROM golang:1.24.7 -alpine AS builder
44
55# Security and metadata labels
66LABEL 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- FROM golang:1.23 -alpine AS builder
7+ FROM golang:1.24.7 -alpine AS builder
88
99# Security and build metadata
1010LABEL 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- FROM golang:1.23 -alpine AS builder
3+ FROM golang:1.24.7 -alpine AS builder
44
55# Security and metadata labels
66LABEL 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- FROM golang:1.23 -alpine AS builder
3+ FROM golang:1.24.7 -alpine AS builder
44
55# Security and metadata labels
66LABEL 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- FROM golang:1.23 -alpine AS builder
3+ FROM golang:1.24.7 -alpine AS builder
44
55# Security and metadata labels
66LABEL maintainer="O-RAN MANO Team"
You can’t perform that action at this time.
0 commit comments