@pulumi/docker 4.12.0-alpha.1772690627 → 4.12.0-alpha.1772817154
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/getRemoteImage.d.ts +2 -2
- package/getRemoteImage.js +2 -2
- package/package.json +2 -2
package/getRemoteImage.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* `docker.RemoteImage` provides details about a specific Docker Image which
|
|
3
|
+
* `docker.RemoteImage` provides details about a specific Docker Image which need to be present on the Docker Host
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
@@ -54,7 +54,7 @@ export interface GetRemoteImageResult {
|
|
|
54
54
|
readonly repoDigest: string;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
* `docker.RemoteImage` provides details about a specific Docker Image which
|
|
57
|
+
* `docker.RemoteImage` provides details about a specific Docker Image which need to be present on the Docker Host
|
|
58
58
|
*
|
|
59
59
|
* ## Example Usage
|
|
60
60
|
*
|
package/getRemoteImage.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getRemoteImageOutput = exports.getRemoteImage = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* `docker.RemoteImage` provides details about a specific Docker Image which
|
|
9
|
+
* `docker.RemoteImage` provides details about a specific Docker Image which need to be present on the Docker Host
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -40,7 +40,7 @@ function getRemoteImage(args, opts) {
|
|
|
40
40
|
}
|
|
41
41
|
exports.getRemoteImage = getRemoteImage;
|
|
42
42
|
/**
|
|
43
|
-
* `docker.RemoteImage` provides details about a specific Docker Image which
|
|
43
|
+
* `docker.RemoteImage` provides details about a specific Docker Image which need to be present on the Docker Host
|
|
44
44
|
*
|
|
45
45
|
* ## Example Usage
|
|
46
46
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/docker",
|
|
3
|
-
"version": "4.12.0-alpha.
|
|
3
|
+
"version": "4.12.0-alpha.1772817154",
|
|
4
4
|
"description": "A Pulumi package for interacting with Docker in Pulumi programs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "docker",
|
|
27
|
-
"version": "4.12.0-alpha.
|
|
27
|
+
"version": "4.12.0-alpha.1772817154"
|
|
28
28
|
}
|
|
29
29
|
}
|