In my pipeline I need to run a bash script in one of the steps that relies on specific versions of mysql, mysqldump and php.
Is there any way I can use multiple images in one step or is my only option to create my own custom docker image?
In my pipeline I need to run a bash script in one of the steps that relies on specific versions of mysql, mysqldump and php.
Is there any way I can use multiple images in one step or is my only option to create my own custom docker image?
each step in drone is limited to a single image