From 2f14996c75f26a0d07ed1cf55d37761f76eea5ac Mon Sep 17 00:00:00 2001 From: Oguzhan Unlu Date: Mon, 7 Oct 2024 17:53:16 +0300 Subject: [PATCH] use personal image for debugging --- templates/startup-script.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/startup-script.sh.tmpl b/templates/startup-script.sh.tmpl index de0345a..bb36f42 100644 --- a/templates/startup-script.sh.tmpl +++ b/templates/startup-script.sh.tmpl @@ -29,6 +29,6 @@ sudo docker run \ --env BIGQUERY_SERVICE_ACCOUNT_JSON='${bigquery_service_account_json_b64}' \ %{ endif ~} --env INSTANCE_ID=$(get_instance_id) \ - snowplow/bigquery-loader-pubsub:${version} \ + cengoguzhanunlu/bigquery-loader-pubsub:2.0.0-rc17-0-38586671-20241007-1742 \ --config /snowplow/config/loader.hocon \ --iglu-config /snowplow/config/iglu.hocon