cdk-docker-image-deployment 0.0.990 → 0.0.991
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +2 -2
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3559,6 +3559,6 @@
|
|
|
3559
3559
|
"symbolId": "src/source:SourceContext"
|
|
3560
3560
|
}
|
|
3561
3561
|
},
|
|
3562
|
-
"version": "0.0.
|
|
3563
|
-
"fingerprint": "
|
|
3562
|
+
"version": "0.0.991",
|
|
3563
|
+
"fingerprint": "Ap0uAZzox/8XQ8txEbMpty9ftLy31HGBiNZEp9ksGEE="
|
|
3564
3564
|
}
|
package/lib/destination.js
CHANGED
|
@@ -16,7 +16,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
class Destination {
|
|
19
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Destination", version: "0.0.
|
|
19
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Destination", version: "0.0.991" };
|
|
20
20
|
/**
|
|
21
21
|
* Uses an ECR repository in the same account as the stack as the destination for the image.
|
|
22
22
|
*/
|
|
@@ -47,7 +47,7 @@ const constructs_1 = require("constructs");
|
|
|
47
47
|
* `DockerImageDeployment` pushes an image from a local or external source to a specified external destination
|
|
48
48
|
*/
|
|
49
49
|
class DockerImageDeployment extends constructs_1.Construct {
|
|
50
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.DockerImageDeployment", version: "0.0.
|
|
50
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.DockerImageDeployment", version: "0.0.991" };
|
|
51
51
|
cb;
|
|
52
52
|
constructor(scope, id, props) {
|
|
53
53
|
super(scope, id);
|
package/lib/source.js
CHANGED
|
@@ -60,7 +60,7 @@ const ecr_assets = __importStar(require("aws-cdk-lib/aws-ecr-assets"));
|
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
62
|
class Source {
|
|
63
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Source", version: "0.0.
|
|
63
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Source", version: "0.0.991" };
|
|
64
64
|
/**
|
|
65
65
|
* Uses a local image built from a Dockerfile in a local directory as the source.
|
|
66
66
|
*
|