diff --git a/tools/connector-tester/README.md b/tools/connector-tester/README.md index a449580..e42673d 100644 --- a/tools/connector-tester/README.md +++ b/tools/connector-tester/README.md @@ -6,7 +6,17 @@ ## How To Run -1. Pull the latest docker image from [fivetrandocker/fivetran-sdk-tester](https://hub.docker.com/repository/docker/fivetrandocker/fivetran-sdk-tester/general) on Docker Hub + +1. Pull the latest docker image from [public-docker-us/sdktesters/sdk-tester](https://console.cloud.google.com/artifacts/browse/build-286712/us/public-docker-us/sdktesters%2Fsdk-tester) Google Artifact Registry, use the following commands: + + - Authenticate Docker to Google Artifact Registry: Run the following command to allow Docker to use your Google credentials + ``` + gcloud auth configure-docker us-docker.pkg.dev + ``` + - Pull the Image: + ``` + docker pull us-docker.pkg.dev/build-286712/public-docker-us/sdktesters/sdk-tester + ``` 2. Run a container using the image with the following command. Make sure to map a local directory for storing files that the tool generates by replacing `` in the command, and replace with the version of the image you pulled. diff --git a/tools/destination-tester/README.md b/tools/destination-tester/README.md index 887a665..be38de9 100644 --- a/tools/destination-tester/README.md +++ b/tools/destination-tester/README.md @@ -5,8 +5,17 @@ - gRPC server is running for the particular example (see [example readme's](/examples/destination/)) ## How To Run -1. Pull the latest docker image from [fivetrandocker/fivetran-sdk-tester](https://hub.docker.com/repository/docker/fivetrandocker/fivetran-sdk-tester/general) on Docker Hub. +1. Pull the latest docker image from [public-docker-us/sdktesters/sdk-tester](https://console.cloud.google.com/artifacts/browse/build-286712/us/public-docker-us/sdktesters%2Fsdk-tester) Google Artifact Registry, use the following commands: + + - Authenticate Docker to Google Artifact Registry: Run the following command to allow Docker to use your Google credentials + ``` + gcloud auth configure-docker us-docker.pkg.dev + ``` + - Pull the Image: + ``` + docker pull us-docker.pkg.dev/build-286712/public-docker-us/sdktesters/sdk-tester + ``` 2. Run a container using the image with the following command. Make sure to map a local directory for the tool by replacing `` placeholders in the command, and replace `` with the version of the image you pulled. ```