update ci/cd config
build-and-push / guard-master-only (push) Failing after 30s
build-and-push / test-backend (push) Has been skipped
build-and-push / test-frontend-build (push) Has been skipped
build-and-push / test-frontend-e2e (push) Has been skipped
build-and-push / build-backend (push) Has been skipped
build-and-push / build-frontend (push) Has been skipped
build-and-push / build-timescaledb2 (push) Has been skipped
build-and-push / build-rabbitmq3 (push) Has been skipped

This commit is contained in:
2026-05-21 11:05:53 +08:00
parent 008fb370d5
commit ef7d3a5351
8 changed files with 2421 additions and 63 deletions
+16
View File
@@ -0,0 +1,16 @@
FROM docker.io/library/rabbitmq:3.13.7-management
LABEL org.opencontainers.image.title="datahub-rabbitmq3" \
org.opencontainers.image.vendor="WPIC" \
org.opencontainers.image.licenses="LicenseRef-WPIC-Proprietary" \
org.opencontainers.image.source="https://repo.yneed.cn/wpic-dev/datahub"
ARG TIMEZONE=Asia/Shanghai
ENV TZ=${TIMEZONE}
# management plugin is pre-enabled in `-management-alpine` upstream tag.
# topology (vhost / users / exchanges / queues / bindings) is NOT baked into
# the image; it's loaded at runtime from a host-mounted definitions.json
# (rendered from SSOT credentials.yml by Round 06 ops scripts) per cicd §A/§B.
EXPOSE 5672 15672