-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Batch Pool Container Configuration #3411
Comments
There's still work to do on #3311, but once it's merged it'll provide the basic functionality of saying a pool is configured for docker, otherwise the other attributes of the |
I took a first stab at adding the container_registries attribute. See the add_batch_container_configs branch in my fork. However, I'm unable to create a schema with a list of dictionaries with specific keys. Can anyone suggest how to write this schema correctly? |
OK, I did the thing. Please see PR #4072. I was unable to create a proper block syntax for the elements in the Comments/suggestions on the PR are welcome. |
@ennui93 Any idea by when this feature will be merged. I think we missed a very important feature in terraform by not adding container_image_names. I'm actually working on a use case where we need to use Azure Batch Service within ADF to do some data transfer between Azure and AWS and thus realise since now Pools can be docker compatible but no way to pass container_image_names in it. Without this feature, how currently its used ? |
PRs #3311 & #4702 are both merged and available in version 1.33.0 of the provider and later. @tshauck, as I recall, this resource can provision working batch jobs without |
@ennui93 @dprateek1991 See this comment: #3411 (comment) -- the PR makes the pools docker compatible, but doesn't allow the configuration of the image or registry. To really be usable that should be added. My hope was to get the ball rolling, so thanks @ennui93 for adding registries... @dprateek1991 maybe you could add |
Initial iteration of the code to add |
Since this issue has been reported a long time ago and relates to the version of provider we no longer support - I'm going to close it. Please open a new updated bug report if this is still relevant. Thank you. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Azure Batch Pools can be Docker compatible if they have a container configuration supplied to them. Unfortunately, the current Terraform API version does not support this property. It would be a simple task to include this setup.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: