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
2 changes: 1 addition & 1 deletion docker/agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -ldflags "-s -w" -o kco
FROM ${MX_SMI_IMAGE} AS metax-tools

# runner
FROM m.daocloud.io/docker.io/ubuntu:24.04
FROM m.daocloud.io/docker.io/ubuntu:26.04

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/kcover.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -ldflags "-s -w" -o kcover-controller ./cmd/kcover

# runner
FROM m.daocloud.io/docker.io/ubuntu:22.04
FROM m.daocloud.io/docker.io/ubuntu:26.04

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/mx-smi.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM cr.metax-tech.com/public-library/maca-pytorch:3.3.0.4-torch2.6-py310-ubuntu24.04-amd64 AS metax-tools

FROM m.daocloud.io/docker.io/ubuntu:24.04
FROM m.daocloud.io/docker.io/ubuntu:26.04

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down