Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49f4a9d477 | ||
|
|
367d513182 |
+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/rabbitmq
|
||||
repo: registry.cn-hangzhou.aliyuncs.com/loghub/redis
|
||||
tags:
|
||||
- 4.2-management-alpine
|
||||
- 8
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM rabbitmq:4.2-management-alpine
|
||||
FROM redis:8.6-rc1-alpine3.23
|
||||
|
||||
RUN set -eux; \
|
||||
apk update; \
|
||||
|
||||
Reference in New Issue
Block a user