ibm-cloud-architecture / refarch-cloudnative-devops-kubernetes

This project is part of the 'IBM Cloud Native Reference Architecture for Kubernetes' suite
https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes
39 stars 32 forks source link

IBM Cloud Kubernetes Update 1.11 is not using docker anymore #16

Closed gluehbirnenkopf closed 5 years ago

gluehbirnenkopf commented 6 years ago

Hello all,

As IBM is switching IBM Cloud Kubernetes from Dockerd to Containerd. (https://console.bluemix.net/docs/containers/cs_versions.html#containerd)

the pipeline does not work anymore: https://issues.jenkins-ci.org/browse/JENKINS-53297

fabiogomezdiaz commented 5 years ago

I updated the pipelines to use a Docker-in-Docker image to avoid relying on the host's Docker Daemon. This is also best practice as there won't be any orphaned containers (not managed by Kubernetes) left behind in case of errors.

https://github.com/ibm-cloud-architecture/refarch-cloudnative-bluecompute-web/blob/spring/Jenkinsfile#L32

Please reopen this issue if you see the same issue come up again. Else, please open a new issue.

Thanks