Skip to content

Commit 8ce543d

Browse files
authored
Merge pull request #10676 from harness/CDS-111697
[CDS-111697] Added CDK plugin image details
2 parents 2dec760 + 7c9bfe3 commit 8ce543d

File tree

1 file changed

+13
-0
lines changed
  • docs/continuous-delivery/cd-infrastructure

1 file changed

+13
-0
lines changed

docs/continuous-delivery/cd-infrastructure/aws-cdk.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,19 @@ You can use a Harness base image to create your own image and use that in a step
197197

198198
The image you use should support the CDK operations you are running in your app.
199199

200+
## CDK plugin images
201+
202+
| **Runtime** | **Latest base image** | **Latest unified pipeline image** | **CDK version** |
203+
|----------------|---------------------------------------|---------------------------------------|--------------------|
204+
| dotnet | [`harness/aws-cdk-plugin:1.3.0-dotnet-linux-arm64`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-dotnet-linux-arm64/images/sha256-c83c3c4abf9e4327bcc0d55fa07db45abad06f0075203066b03a3d896c9ee22c) | [`harness/aws-cdk-plugin:1.3.0-dotnet-linux-arm64-unified`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-dotnet-linux-arm64-unified/images/sha256-09a01560012a5f7a0b386f4c670110dd950700173f91eaebcd721a6b6df0c0f5) | 2.1016.1 |
205+
| python | [`harness/aws-cdk-plugin:1.3.0-python-linux-arm64`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-python-linux-arm64/images/sha256-a2d614a0949aeaca7eff6f1447ce3e26cea53601c3096f13b726fcc7c2db600e) | [`harness/aws-cdk-plugin:1.3.0-python-linux-arm64-unified`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-python-linux-arm64-unified/images/sha256-77db41226765b75d8ca4b8980500e8722ff525e6e9df82df7449b6c5e8b11124) | 2.1016.1 |
206+
| java | [`harness/aws-cdk-plugin:1.3.0-java-linux-arm64`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-java-linux-arm64/images/sha256-bdec2192e5655939cb084a991339dac7251546e50fe811918cc347cda55d37b7) | [`harness/aws-cdk-plugin:1.3.0-java-linux-arm64-unified`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-java-linux-arm64-unified/images/sha256-dc6fddeadd4d640e905ae4e557fe3b998138cc640014c7e4e9c019c74b19b026) | 2.1016.1 |
207+
| go | [`harness/aws-cdk-plugin:1.3.0-go-linux-arm64`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-go-linux-arm64/images/sha256-49fefe2127c3f83f4fdd052681321439be2a650c219a3124335cb2722052accc) | [`harness/aws-cdk-plugin:1.3.0-go-linux-arm64-unified`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-go-linux-arm64-unified/images/sha256-54270ad37d0271a6c8f6c24d5b0123e933b5a61314d5c710e3bdec9c80742aee) | 2.1016.1 |
208+
| linux | [`harness/aws-cdk-plugin:1.3.0-linux-arm64`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-linux-arm64/images/sha256-3fd2675e3152a95657cd40fb8e81771de596308b12455699aa266e2c9e529298) | [`harness/aws-cdk-plugin:1.3.0-linux-arm64-unified`](https://hub.docker.com/layers/harness/aws-cdk-plugin/1.3.0-linux-arm64-unified/images/sha256-4d68999f52d0470e08c4b830dfed34cf285905dea183d2e00730f53b284a1b8c) | 2.1016.1 |
209+
210+
211+
You can find all current tags on Docker Hub: [harness/aws-cdk-plugin - Docker Hub](https://hub.docker.com/r/harness/aws-cdk-plugin/tags)
212+
200213
## Git Clone step
201214

202215
The Git Clone step is the first stage **Execution** step added to the containerized step group for Harness CDK.

0 commit comments

Comments
 (0)