How do I get the airbyte:normalization image to be...
# contributing-to-airbyte
s
How do I get the airbyte:normalization image to be pulled from local docker? I am trying to test some local changes I made to the normalization project but even after following these steps:
Copy code
SUB_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:
Copy code
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!