gitea,gitea-runner写入docker-compose
Deploy ai-agent to dev k3s / build-and-deploy (push) Failing after 3m59s

This commit is contained in:
2026-08-06 09:40:32 +08:00
parent ad9824aa55
commit 4c940c6753
+2 -1
View File
@@ -1,7 +1,8 @@
# 阶段1: 构建
FROM golang:alpine AS builder
RUN apk add --no-cache git ca-certificates tzdata
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && \
apk add --no-cache git ca-certificates tzdata
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone