File tree Expand file tree Collapse file tree
opensabre-base-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 <groupId >jakarta.servlet</groupId >
100100 <artifactId >jakarta.servlet-api</artifactId >
101101 <version >${jakarta.servlet-api.version} </version >
102- <scope >provided</scope >
103102 </dependency >
104103 <!-- 负载组件 -->
105104 <dependency >
288287 <configuration >
289288 <!-- 基础镜像 -->
290289 <from >
291- <image >docker.1ms.run/ eclipse-temurin:21-jre-alpine</image >
290+ <image >eclipse-temurin:21-jre-alpine</image >
292291 </from >
293292 <!-- 目标镜像 -->
294293 <to >
295- <image >opensabre/${project.artifactId} :${project.version} </image >
294+ <image >${REGISTRY_URL} /${project.artifactId} :${project.version} </image >
295+ <auth >
296+ <username >${secret.id} </username >
297+ <password >${secret.key} </password >
298+ </auth >
299+ <tags >
300+ <tag >latest</tag >
301+ <tag >${project.version} </tag >
302+ </tags >
296303 </to >
297304 <!-- 容器配置 -->
298305 <container >
You can’t perform that action at this time.
0 commit comments