Skip to content

Commit b1e8879

Browse files
authored
docs(pipelines): add link to developer guide on how to use docker drop-in replacements (#33948)
### Issue # (if applicable) Closes #33947. ### Reason for this change Documentation has been created to guide customers on using Docker drop-in replacements in the Developer Guide. Adding a link to that page here. ### Description of changes Add link to Docker drop-in replacements. ### Describe any new or updated permissions being added None ### Description of how you validated changes None ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1b98a41 commit b1e8879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/aws-cdk-lib/pipelines/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,8 @@ versions.
17431743
By default, the AWS CDK will build and publish Docker image assets using the
17441744
`docker` command. However, by specifying the `CDK_DOCKER` environment variable,
17451745
you can override the command that will be used to build and publish your
1746-
assets.
1746+
assets. To learn more, see [How to replace Docker with another container management tool](https://docs.aws.amazon.com/cdk/v2/guide/build-containers.html#build-container-replace)
1747+
in the _AWS CDK Developer Guide_.
17471748

17481749
In CDK Pipelines, the drop-in replacement for the `docker` command must be
17491750
included in the CodeBuild environment and configured for your pipeline.

0 commit comments

Comments
 (0)