Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49f4a9d477 |
+2
-2
@@ -13,6 +13,6 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
registry: https://registry.cn-hangzhou.aliyuncs.com
|
||||
repo: registry.cn-hangzhou.aliyuncs.com/loghub/wms-system-service
|
||||
repo: registry.cn-hangzhou.aliyuncs.com/loghub/redis
|
||||
tags:
|
||||
- gradle8
|
||||
- 8
|
||||
|
||||
+3
-9
@@ -1,11 +1,5 @@
|
||||
FROM gradle:8-alpine
|
||||
FROM redis:8.6-rc1-alpine3.23
|
||||
|
||||
RUN set -eux; \
|
||||
apk add nodejs npm
|
||||
|
||||
RUN set -eux; \
|
||||
npm install -g coffee-script stylus
|
||||
|
||||
ADD gradle.properties /root/.gradle/
|
||||
ADD init.gradle /root/.gradle/
|
||||
ADD config.json /root/.docker/
|
||||
apk update; \
|
||||
apk upgrade ;
|
||||
|
||||
-31
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"auths": {
|
||||
"qa-wms-acr-registry.cn-shanghai.cr.aliyuncs.com": {
|
||||
"auth": "c2hhbnl1bi5ndUBTSElOVEFDQ1FBUzAxOnNmakxqemZmRThEMCNWZE4="
|
||||
},
|
||||
"registry-vpc.cn-hangzhou.aliyuncs.com": {
|
||||
"auth": "c3d1QGl0dHguY29tLmNuOml0dHgyMDE4"
|
||||
},
|
||||
"registry.cn-hangzhou.aliyuncs.com": {
|
||||
"auth": "c3d1QGl0dHguY29tLmNuOml0dHgyMDE4"
|
||||
},
|
||||
"registry.cn-shanghai.aliyuncs.com": {
|
||||
"auth": "Zy5zaGFueXVuQGdtYWlsLmNvbTpBYTExMTIzNA=="
|
||||
},
|
||||
"sh2-cnepb-acr-pd-epp-registry.cn-shanghai.cr.aliyuncs.com": {
|
||||
"auth": "U2h1aHVpLlBFTkctQURNQDEwNjU1NTY0ODc1NDYzNDI6eWRCQ2QyWVdxVWhUdExqMSUzb0RzRWxQQDJ3UmdI"
|
||||
},
|
||||
"ttx-registry-vpc.cn-hangzhou.cr.aliyuncs.com": {
|
||||
"auth": "Y2J0X2plbmtpbnNfY3JAMTU0MzYwMDc2MDE3NjU0MDpzYmhXUXJWSFBWUU11SyEz"
|
||||
},
|
||||
"ttx-registry.cn-hangzhou.cr.aliyuncs.com": {
|
||||
"auth": "c3lndUAxNTQzNjAwNzYwMTc2NTQwOlR0eEAyMDI1"
|
||||
},
|
||||
"wms-acr-registry.cn-shanghai.cr.aliyuncs.com": {
|
||||
"auth": "c2hhbnl1bi5ndUBTSElOVEFDQ1BSRDAxOkFhMTIzNDU2"
|
||||
}
|
||||
},
|
||||
"HttpHeaders": {
|
||||
"User-Agent": "Docker-Client/19.03.1 (linux)"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
org.gradle.daemon=fasle
|
||||
org.gradle.configureondemand=false
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.vfs.watch=true
|
||||
org.gradle.caching=true
|
||||
systemProp.org.gradle.internal.http.maxConnections=8
|
||||
-68
@@ -1,68 +0,0 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://nexus.freeicu.top/repository/maven-public/' }
|
||||
maven { url "https://repo.huaweicloud.com/repository/maven/huaweicloudsdk" }
|
||||
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
||||
maven {
|
||||
url 'https://nexus.loghub.com/repository/public/'
|
||||
credentials {
|
||||
username = "developer"
|
||||
password = "95bb05e9-1540-4caa"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
allprojects {
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://nexus.freeicu.top/repository/maven-public/' }
|
||||
maven { url "https://repo.huaweicloud.com/repository/maven/huaweicloudsdk" }
|
||||
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
||||
|
||||
maven {
|
||||
url 'https://nexus.loghub.com/repository/public/'
|
||||
credentials {
|
||||
username = "developer"
|
||||
password = "95bb05e9-1540-4caa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://nexus.freeicu.top/repository/maven-public/' }
|
||||
maven { url "https://repo.huaweicloud.com/repository/maven/huaweicloudsdk" }
|
||||
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
||||
|
||||
maven {
|
||||
url 'https://nexus.loghub.com/repository/public/'
|
||||
credentials {
|
||||
username = "developer"
|
||||
password = "95bb05e9-1540-4caa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
settingsEvaluated { settings ->
|
||||
settings.pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://nexus.freeicu.top/repository/maven-public/' }
|
||||
maven { url "https://repo.huaweicloud.com/repository/maven/huaweicloudsdk" }
|
||||
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
||||
|
||||
maven {
|
||||
url 'https://nexus.loghub.com/repository/public/'
|
||||
credentials {
|
||||
username = "developer"
|
||||
password = "95bb05e9-1540-4caa"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user