I am developing a autoscaling program for Bosh running Concourse, what is the language/process to writing the program and then implementing it in the pipeline?
Asked
Active
Viewed 85 times
1 Answers
1
Any language you want! That's the beauty of Concourse. As long as you can create a runC
-compatible image (like a Docker image) that can run your program, you can use it in Concourse. I've personally written tasks in bash, python, ruby, and go.

Josh Ghiloni
- 1,260
- 8
- 19