You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/pipelines/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1743,7 +1743,8 @@ versions.
1743
1743
By default, the AWS CDK will build and publish Docker image assets using the
1744
1744
`docker` command. However, by specifying the `CDK_DOCKER` environment variable,
1745
1745
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_.
1747
1748
1748
1749
In CDK Pipelines, the drop-in replacement for the `docker` command must be
1749
1750
included in the CodeBuild environment and configured for your pipeline.
0 commit comments