Thanks James, I actually did this before. When I tried the I see that the volume gets over-written and some how the CF executable is still missing from the new image. Below is my Dockerfile. I see that the curl script downloaded and extracted the cf tool, but there are some intermittent containters being deleted and the final image never had the cf in it.
# # Create an image for jenkins blueocean version along with CF CLI installer # FROM jenkinsci/blueocean:latest WORKDIR /var/jenkins_home/ RUN curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&source=github" | tar -zx On Monday, February 6, 2017 at 12:16:36 PM UTC+5:30, James Dumay wrote: > > You will need to customize the Blue Ocean image to contain the cf > executable and use your new image instead of the one we provide. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/43043c6e-3d79-4a3b-a431-d03840cf461b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
