Closed blacknell closed 2 years ago
Incidentally, when I first created the pipeline with container image php:7.4-alpine
, the php -v command executed fine (but of course composer failed)
Hi @blacknell
Jenkins images are meant to be used as slave nodes, not as images on a pipeline. Try simply using juliangut/phpdev:latest
and that should work
I've created a simple pipeline as follows and I can see in the log it pulling the container but it fails with errors as outlined below. Hoping you can provide some guidance and perhaps a README specific to gettings started with Jenkins is a next step.
Here is the error output (I have obfuscated the repository name to SSS/SSS).