Skip to content

Commit a274d8c

Browse files
committed
chore: Use OCI references for components_flyioi_*
1 parent 272d1d5 commit a274d8c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

obelisk-local.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ log.stdout.enabled = true
55

66
[[activity_wasm]]
77
name = "activity_fly_http"
8-
location.path = "${OBELISK_TOML_DIR}/../components-flyio/target/wasm32-wasip2/release/activity_fly_http.wasm"
9-
max_retries = 5
8+
location.oci = "docker.io/getobelisk/components_flyio_activity_fly_http:2025-09-28@sha256:41d1e9af0a0ef46b182f459e5113f224aa9cb29af197a8d841f8a1845d708ae6"
109
exec.lock_expiry.seconds = 15
1110
env_vars = ["FLY_API_TOKEN"]
1211
forward_stdout = "stderr"
1312
forward_stderr = "stderr"
1413

1514
[[webhook_endpoint]]
1615
name = "webhook_fly_secrets_updater"
17-
location.path = "${OBELISK_TOML_DIR}/../components-flyio/target/wasm32-wasip2/release/webhook_fly_secrets_updater.wasm"
16+
location.oci = "docker.io/getobelisk/components_flyio_webhook_fly_secrets_updater:2025-09-28@sha256:ce78a2bcf3c47ca7409fba65a666f81397479985b0b1796bb06cbe5a6c98dc06"
1817
http_server = "webhook_server"
1918
routes = [{ methods = ["POST"], route = "/" }]
2019
env_vars = ["FLY_API_TOKEN"]
@@ -26,7 +25,6 @@ name = "deployer_flyio"
2625
location.path = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release/obelisk_deployer_flyio.wasm"
2726
backtrace.sources = { "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
2827

29-
3028
[[http_server]]
3129
name = "webhook_server"
3230
listening_addr = "0.0.0.0:9090"

0 commit comments

Comments
 (0)