Martin
Martin
So, rebuilding is not possible if we don't have npm installed on the machine? Yarn also offers no rebuild capabilty (https://github.com/yarnpkg/yarn/issues/756). I currently see two options: 1. also ship/install npm...
Implemented with https://github.com/kreuzwerker/terraform-provider-docker/releases/tag/v2.23.0
I read the official docker docs and looked into the provider codebase and found out what the problem is. According to https://docs.docker.com/engine/reference/run/#volume-shared-filesystems when creating a volume > The `host-src` can...
Sorry for the long delay. You are all right, even though we want to migrate the build capabilities from `docker_registry_image` over to `docker_image` it might still be helpful to have...
#496 is merged and will be published latest tomorrow. Closing this.
Added `driver_opts` to the `network_advanced` block. According to https://developer.hashicorp.com/terraform/plugin/sdkv2/best-practices/deprecations#provider-attribute-removal will release this as a new minor version and then for the next major version will remove the deprecated `networks` attribute
The differentiation between `networks` and `network_advanced` is a bit buggy, but that should suffice until we properly remove the `networks` with the next major version
changing `context` location in `docker_registry_image` resource fails to build image in Windows only
In the past 6 months we have improved a lot on the `build` block, e.g. making path handling OS specific. The `build` block of the `docker_registry_image` is now deprecated, please...
changing `context` location in `docker_registry_image` resource fails to build image in Windows only
Apparently the `tfplugindocs`, which creates the documenation, can only handle a `Deprecated` parameter when it is for a primitive field. `build` is a complex field so it does not work....
Closing this. We heavily improved the handling of the `build` attribute of `docker_image` in the past 6 months and there are more improvements coming Please open a new issue in...