修改了dockerfile中的基础镜像
Some checks failed
Build Push and Deploy Image / build (push) Failing after 23m17s
Some checks failed
Build Push and Deploy Image / build (push) Failing after 23m17s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user