Skip to content

Commit

Permalink
doc(tester): update image link in README (#76)
Browse files Browse the repository at this point in the history
* doc(tester): update image link in README

* doc(tester): fix String format

* doc(tester): add docker pull commands

* doc(tester): fix golang example

* doc(tester): revert
  • Loading branch information
shivangisingh172 authored Nov 15, 2024
1 parent bcf6ec9 commit 0d54897
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
12 changes: 11 additions & 1 deletion tools/connector-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<local-data-folder>` in the command, and replace <version> with the version of the image you pulled.
Expand Down
11 changes: 10 additions & 1 deletion tools/destination-tester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<local-data-folder>` placeholders in the command, and replace `<version>` with the version of the image you pulled.
```
Expand Down

0 comments on commit 0d54897

Please sign in to comment.