|
@@ -114,7 +114,7 @@ if bigTableKeyPath != "":
|
|
|
docker_build(
|
|
docker_build(
|
|
|
ref = "guardiand-image",
|
|
ref = "guardiand-image",
|
|
|
context = ".",
|
|
context = ".",
|
|
|
- dockerfile = "Dockerfile.node",
|
|
|
|
|
|
|
+ dockerfile = "node/Dockerfile",
|
|
|
target = "build",
|
|
target = "build",
|
|
|
ignore=["./sdk/js"]
|
|
ignore=["./sdk/js"]
|
|
|
)
|
|
)
|
|
@@ -371,7 +371,7 @@ if solana:
|
|
|
ref = "bridge-client",
|
|
ref = "bridge-client",
|
|
|
context = ".",
|
|
context = ".",
|
|
|
only = ["./proto", "./solana", "./clients"],
|
|
only = ["./proto", "./solana", "./clients"],
|
|
|
- dockerfile = "Dockerfile.client",
|
|
|
|
|
|
|
+ dockerfile = "solana/Dockerfile.client",
|
|
|
# Ignore target folders from local (non-container) development.
|
|
# Ignore target folders from local (non-container) development.
|
|
|
ignore = ["./solana/*/target"],
|
|
ignore = ["./solana/*/target"],
|
|
|
)
|
|
)
|
|
@@ -600,7 +600,7 @@ if terra2:
|
|
|
docker_build(
|
|
docker_build(
|
|
|
ref = "terra2-contracts",
|
|
ref = "terra2-contracts",
|
|
|
context = ".",
|
|
context = ".",
|
|
|
- dockerfile = "./Dockerfile.cosmwasm",
|
|
|
|
|
|
|
+ dockerfile = "./cosmwasm/Dockerfile",
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
k8s_yaml_with_ns("devnet/terra2-devnet.yaml")
|
|
k8s_yaml_with_ns("devnet/terra2-devnet.yaml")
|
|
@@ -720,7 +720,7 @@ if wormchain:
|
|
|
docker_build(
|
|
docker_build(
|
|
|
ref = "wormchaind-image",
|
|
ref = "wormchaind-image",
|
|
|
context = ".",
|
|
context = ".",
|
|
|
- dockerfile = "./Dockerfile.wormchain",
|
|
|
|
|
|
|
+ dockerfile = "./wormchain/Dockerfile",
|
|
|
only = [],
|
|
only = [],
|
|
|
ignore = ["./wormchain/testing", "./wormchain/ts-sdk", "./wormchain/design", "./wormchain/vue", "./wormchain/build/wormchaind"],
|
|
ignore = ["./wormchain/testing", "./wormchain/ts-sdk", "./wormchain/design", "./wormchain/vue", "./wormchain/build/wormchaind"],
|
|
|
)
|
|
)
|