修改了dockerfile中的基础镜像
Some checks failed
Build Push and Deploy Image / build (push) Failing after 23m17s

This commit is contained in:
bamanker
2026-01-04 10:55:40 +08:00
parent e8ac7f9fbc
commit 472edfaabd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# 基于 java25 构建
FROM ubuntu:jammy
FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu:jammy
# 基于构建上下文 . 进行COPY 文件到 /root目录下
COPY target/myk3sTest /root/myk3sTest/
EXPOSE 9090