+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/redis
|
||||
repo: registry.cn-hangzhou.aliyuncs.com/loghub/gradle
|
||||
tags:
|
||||
- 8-alpine
|
||||
- 8
|
||||
|
||||
+5
-3
@@ -1,5 +1,7 @@
|
||||
FROM redis:8.6-rc1-alpine3.23
|
||||
FROM gradle:8-alpine
|
||||
|
||||
RUN set -eux; \
|
||||
apk update; \
|
||||
apk upgrade ;
|
||||
apk add nodejs npm
|
||||
|
||||
RUN set -eux; \
|
||||
npm install -g coffee-script stylus
|
||||
|
||||
Reference in New Issue
Block a user