pulumi-docker 4.9.0a1756360170__tar.gz → 4.9.0a1756506829__tar.gz

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.

Potentially problematic release.


This version of pulumi-docker might be problematic. Click here for more details.

Files changed (39) hide show
  1. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/PKG-INFO +1 -1
  2. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/config/__init__.pyi +2 -4
  3. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/config/vars.py +2 -4
  4. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/provider.py +7 -14
  5. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/pulumi-plugin.json +1 -1
  6. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker.egg-info/PKG-INFO +1 -1
  7. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pyproject.toml +1 -1
  8. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/README.md +0 -0
  9. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/__init__.py +0 -0
  10. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/_enums.py +0 -0
  11. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/_inputs.py +0 -0
  12. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/_utilities.py +0 -0
  13. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/buildx_builder.py +0 -0
  14. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/config/__init__.py +0 -0
  15. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/config/outputs.py +0 -0
  16. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/container.py +0 -0
  17. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/get_logs.py +0 -0
  18. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/get_network.py +0 -0
  19. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/get_plugin.py +0 -0
  20. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/get_registry_image.py +0 -0
  21. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/get_registry_image_manifests.py +0 -0
  22. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/get_remote_image.py +0 -0
  23. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/image.py +0 -0
  24. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/network.py +0 -0
  25. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/outputs.py +0 -0
  26. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/plugin.py +0 -0
  27. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/py.typed +0 -0
  28. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/registry_image.py +0 -0
  29. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/remote_image.py +0 -0
  30. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/secret.py +0 -0
  31. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/service.py +0 -0
  32. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/service_config.py +0 -0
  33. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/tag.py +0 -0
  34. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker/volume.py +0 -0
  35. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker.egg-info/SOURCES.txt +0 -0
  36. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker.egg-info/dependency_links.txt +0 -0
  37. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker.egg-info/requires.txt +0 -0
  38. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/pulumi_docker.egg-info/top_level.txt +0 -0
  39. {pulumi_docker-4.9.0a1756360170 → pulumi_docker-4.9.0a1756506829}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_docker
3
- Version: 4.9.0a1756360170
3
+ Version: 4.9.0a1756506829
4
4
  Summary: A Pulumi package for interacting with Docker in Pulumi programs
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -32,14 +32,12 @@ Path to directory with Docker TLS config
32
32
 
33
33
  context: Optional[str]
34
34
  """
35
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
36
- if set.
35
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
37
36
  """
38
37
 
39
38
  disableDockerDaemonCheck: Optional[bool]
40
39
  """
41
- If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
42
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
40
+ If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
43
41
  """
44
42
 
45
43
  host: Optional[str]
@@ -45,16 +45,14 @@ class _ExportableConfig(types.ModuleType):
45
45
  @_builtins.property
46
46
  def context(self) -> Optional[str]:
47
47
  """
48
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
49
- if set.
48
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
50
49
  """
51
50
  return __config__.get('context')
52
51
 
53
52
  @_builtins.property
54
53
  def disable_docker_daemon_check(self) -> Optional[bool]:
55
54
  """
56
- If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
57
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
55
+ If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
58
56
  """
59
57
  return __config__.get_bool('disableDockerDaemonCheck')
60
58
 
@@ -34,10 +34,8 @@ class ProviderArgs:
34
34
  :param pulumi.Input[_builtins.str] ca_material: PEM-encoded content of Docker host CA certificate
35
35
  :param pulumi.Input[_builtins.str] cert_material: PEM-encoded content of Docker client certificate
36
36
  :param pulumi.Input[_builtins.str] cert_path: Path to directory with Docker TLS config
37
- :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
38
- if set.
39
- :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
40
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
37
+ :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
38
+ :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
41
39
  :param pulumi.Input[_builtins.str] host: The Docker daemon address
42
40
  :param pulumi.Input[_builtins.str] key_material: PEM-encoded content of Docker client private key
43
41
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_opts: Additional SSH option flags to be appended when using `ssh://` protocol
@@ -103,8 +101,7 @@ class ProviderArgs:
103
101
  @pulumi.getter
104
102
  def context(self) -> Optional[pulumi.Input[_builtins.str]]:
105
103
  """
106
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
107
- if set.
104
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
108
105
  """
109
106
  return pulumi.get(self, "context")
110
107
 
@@ -116,8 +113,7 @@ class ProviderArgs:
116
113
  @pulumi.getter(name="disableDockerDaemonCheck")
117
114
  def disable_docker_daemon_check(self) -> Optional[pulumi.Input[_builtins.bool]]:
118
115
  """
119
- If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
120
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
116
+ If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
121
117
  """
122
118
  return pulumi.get(self, "disable_docker_daemon_check")
123
119
 
@@ -198,10 +194,8 @@ class Provider(pulumi.ProviderResource):
198
194
  :param pulumi.Input[_builtins.str] ca_material: PEM-encoded content of Docker host CA certificate
199
195
  :param pulumi.Input[_builtins.str] cert_material: PEM-encoded content of Docker client certificate
200
196
  :param pulumi.Input[_builtins.str] cert_path: Path to directory with Docker TLS config
201
- :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
202
- if set.
203
- :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for
204
- resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
197
+ :param pulumi.Input[_builtins.str] context: The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
198
+ :param pulumi.Input[_builtins.bool] disable_docker_daemon_check: If set to `true`, the provider will not check if the Docker daemon is running. This is useful for resources/data_sourcess that do not require a running Docker daemon, such as the data source `RegistryImage`.
205
199
  :param pulumi.Input[_builtins.str] host: The Docker daemon address
206
200
  :param pulumi.Input[_builtins.str] key_material: PEM-encoded content of Docker client private key
207
201
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_opts: Additional SSH option flags to be appended when using `ssh://` protocol
@@ -296,8 +290,7 @@ class Provider(pulumi.ProviderResource):
296
290
  @pulumi.getter
297
291
  def context(self) -> pulumi.Output[Optional[_builtins.str]]:
298
292
  """
299
- The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host`
300
- if set.
293
+ The name of the Docker context to use. Can also be set via `DOCKER_CONTEXT` environment variable. Overrides the `host` if set.
301
294
  """
302
295
  return pulumi.get(self, "context")
303
296
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "docker",
4
- "version": "4.9.0-alpha.1756360170"
4
+ "version": "4.9.0-alpha.1756506829"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_docker
3
- Version: 4.9.0a1756360170
3
+ Version: 4.9.0a1756506829
4
4
  Summary: A Pulumi package for interacting with Docker in Pulumi programs
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "docker"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "4.9.0a1756360170"
8
+ version = "4.9.0a1756506829"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]