vscode-docker icon indicating copy to clipboard operation
vscode-docker copied to clipboard

[ACR Tasks] Feature: Allow specifying values

Open ehotinger opened this issue 7 years ago • 4 comments

This includes two points:

  1. In order to run a task file, you need to be able to specify a Values file
  2. As well as --set variables

This provides rendering capabilities for things like build -t {{.Values.someTag}} where you could have a Values.yaml file containing someTag: foo, or alternatively you could specify --set someTag=foo

ehotinger avatar Dec 11 '18 18:12 ehotinger

@rosanch What do you think?

StephenWeatherford avatar Dec 13 '18 08:12 StephenWeatherford

I think it can be done. We upload the whole directory anyway. I'm just not sure how does the set functionality works. So I'm having trouble thinking how will it work with the schedule run API. But I'd take a deeper look into it after I finished with #682

rosanch avatar Dec 14 '18 23:12 rosanch

@rosanch Assigning P2 to 7.0 as investigate. I'd say whether you think this makes sense and its priority are up to you guys.

StephenWeatherford avatar Jan 16 '19 23:01 StephenWeatherford

We don't know the feature or requirements as well, so we'll want at least a recommendation from you on features. Thanks!

StephenWeatherford avatar Jan 16 '19 23:01 StephenWeatherford

Closing as we've removed support for ACR tasks.

bwateratmsft avatar Nov 07 '23 16:11 bwateratmsft