ci: use registry.celestium.life with letsencrypt TLS for builds
Build and Push / lint-and-test (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.adapters.broker_adapter name:broker-adapter]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.aggregation.worker name:aggregation]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.extractor.worker name:extractor]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.ingestion.worker name:ingestion]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.lake_publisher.worker name:lake-publisher]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.parser.worker name:parser]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.recommendation.worker name:recommendation]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.scheduler.app name:scheduler]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.api.app:app --host 0.0.0.0 --port 8000 name:query-api]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.risk.app:app --host 0.0.0.0 --port 8000 name:risk]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.symbol_registry.app:app --host 0.0.0.0 --port 8000 name:symbol-registry]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.trading.app:app --host 0.0.0.0 --port 8000 name:trading-engine]) (push) Has been cancelled
Build and Push / build-dashboard (push) Has been cancelled
Build and Push / build-superset (push) Has been cancelled
Build and Push / integration-test (push) Has been cancelled
Build and Push / lint-and-test (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.adapters.broker_adapter name:broker-adapter]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.aggregation.worker name:aggregation]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.extractor.worker name:extractor]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.ingestion.worker name:ingestion]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.lake_publisher.worker name:lake-publisher]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.parser.worker name:parser]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.recommendation.worker name:recommendation]) (push) Has been cancelled
Build and Push / build-services (map[cmd:python -m services.scheduler.app name:scheduler]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.api.app:app --host 0.0.0.0 --port 8000 name:query-api]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.risk.app:app --host 0.0.0.0 --port 8000 name:risk]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.symbol_registry.app:app --host 0.0.0.0 --port 8000 name:symbol-registry]) (push) Has been cancelled
Build and Push / build-services (map[cmd:uvicorn services.trading.app:app --host 0.0.0.0 --port 8000 name:trading-engine]) (push) Has been cancelled
Build and Push / build-dashboard (push) Has been cancelled
Build and Push / build-superset (push) Has been cancelled
Build and Push / integration-test (push) Has been cancelled
This commit is contained in:
+28
-42
@@ -34,9 +34,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/scheduler
|
repo: registry.celestium.life/stonks-oracle/scheduler
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -56,9 +55,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/symbol-registry
|
repo: registry.celestium.life/stonks-oracle/symbol-registry
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -78,9 +76,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/ingestion
|
repo: registry.celestium.life/stonks-oracle/ingestion
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -100,9 +97,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/parser
|
repo: registry.celestium.life/stonks-oracle/parser
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -122,9 +118,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/extractor
|
repo: registry.celestium.life/stonks-oracle/extractor
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -144,9 +139,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/aggregation
|
repo: registry.celestium.life/stonks-oracle/aggregation
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -166,9 +160,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/recommendation
|
repo: registry.celestium.life/stonks-oracle/recommendation
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -188,9 +181,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/risk
|
repo: registry.celestium.life/stonks-oracle/risk
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -210,9 +202,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/broker-adapter
|
repo: registry.celestium.life/stonks-oracle/broker-adapter
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -232,9 +223,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/lake-publisher
|
repo: registry.celestium.life/stonks-oracle/lake-publisher
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -254,9 +244,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/query-api
|
repo: registry.celestium.life/stonks-oracle/query-api
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -276,9 +265,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/trading-engine
|
repo: registry.celestium.life/stonks-oracle/trading-engine
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -298,9 +286,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/dashboard
|
repo: registry.celestium.life/stonks-oracle/dashboard
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
@@ -318,9 +305,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
settings:
|
settings:
|
||||||
repo: registry-service.git-server.svc.cluster.local:5000/stonks-oracle/superset
|
repo: registry.celestium.life/stonks-oracle/superset
|
||||||
registry: registry-service.git-server.svc.cluster.local:5000
|
registry: registry.celestium.life
|
||||||
insecure: true
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
Reference in New Issue
Block a user