cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 76 forks source link

Add yq to docker image #112

Closed mdelillo closed 4 years ago

mdelillo commented 4 years ago

As part of #111, the bosh-deploy-with-created-release task now depends on yq which is not installed by default.

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/173898080

The labels on this github issue will be updated when the story is started.

Birdrock commented 4 years ago

@mdelillo I don't believe this is the correct version of yq. There is a Python package called yq, as well as the binary yq. They have different syntax, and the concourse task uses syntax that looks like the Python version.

mdelillo commented 4 years ago

Good catch, didn't know that there were two different yqs. I'll close this and leave a comment in #111