Giunio De Luca
02/17/2022, 8:45 PMlatest
, does Airbyte always check for a new latest
image before each sync?Christopher Wu
02/17/2022, 8:53 PMlatest
when it was already set to latest, will it check for a new latest
?latest
, and I call this api https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/destination_definitions/update to set the version to latest
again, will the next sync pull a newer latest from the registry, or will it still use the cached version from before i called the api?docker run <image-name>:latest
returns. Since the default behavior is to not pull images ( I think ) then you would need to manually pull that image