From a73b40bf50b65c2af903ed8333ef7f540963b6ae Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 19 Apr 2026 05:40:34 +0000 Subject: [PATCH] ci: add no_proxy with .celestium.life to all buildx steps for DinD proxy bypass --- .woodpecker.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 38c4b28..cd2d535 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -37,6 +37,7 @@ steps: repo: registry.celestium.life/stonks-oracle/scheduler registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -59,6 +60,7 @@ steps: repo: registry.celestium.life/stonks-oracle/symbol-registry registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -81,6 +83,7 @@ steps: repo: registry.celestium.life/stonks-oracle/ingestion registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -103,6 +106,7 @@ steps: repo: registry.celestium.life/stonks-oracle/parser registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -125,6 +129,7 @@ steps: repo: registry.celestium.life/stonks-oracle/extractor registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -147,6 +152,7 @@ steps: repo: registry.celestium.life/stonks-oracle/aggregation registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -169,6 +175,7 @@ steps: repo: registry.celestium.life/stonks-oracle/recommendation registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -191,6 +198,7 @@ steps: repo: registry.celestium.life/stonks-oracle/risk registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -213,6 +221,7 @@ steps: repo: registry.celestium.life/stonks-oracle/broker-adapter registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -235,6 +244,7 @@ steps: repo: registry.celestium.life/stonks-oracle/lake-publisher registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -257,6 +267,7 @@ steps: repo: registry.celestium.life/stonks-oracle/query-api registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -279,6 +290,7 @@ steps: repo: registry.celestium.life/stonks-oracle/trading-engine registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -301,6 +313,7 @@ steps: repo: registry.celestium.life/stonks-oracle/dashboard registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest @@ -322,6 +335,7 @@ steps: repo: registry.celestium.life/stonks-oracle/superset registry: registry.celestium.life custom_dns: 192.168.42.1 + no_proxy: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" tags: - ${CI_COMMIT_SHA} - latest