Shubham Sinha
11/26/2021, 10:44 PMSUB_BUILD=CONNECTORS_BASE ./gradlew clean build
VERSION=dev docker-compose u
I notice in the airbyte logs that it still pulls the airbyte:normalization image from remote:
2021-11-26 22:37:46 INFO () DefaultNormalizationRunner(runProcess):135 - Running with normalization version: airbyte/normalization:0.1.60
2021-11-26 22:37:46 INFO () LineGobbler(voidCall):82 - Checking if airbyte/normalization:0.1.60 exists...
2021-11-26 22:37:47 INFO () LineGobbler(voidCall):82 - airbyte/normalization:0.1.60 not found locally. Attempting to pull the image...
Any ideas on this? Thanks!