Extending Rundeck Image With PHP
After learning that Rundeck can run in-line scripts, I immediately tried to run a "hello world" script in PHP. Unfortunately, the Rundeck image does not ship with PHP support, so I decided to create an image that extends the Rundeck image to add this functionality. Below is the Dockerfile.
In future I will turn this into a repository on Github and publish the images to Dockerhub, but it is here for now so I don't lose it.
You may wish to build it like so:
Last updated: 26th July 2023
First published: 10th March 2023
First published: 10th March 2023