-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Docker Pipeline is one of the most used plugins on our platform it provides really nice functionality such as being able to run commands within containers more effortlessly.
With Docker 18.09 a new feature Buildkit was introduced which can speed up docker builds tremendously. But with docker pipeline this has issues due to the base image being untagged as docker workflow does some processing on top of it.
Related issues:
- Docker: DOCKER_BUILDKIT=1 FROM does not pull image: https://github.com/moby/moby/issues/39229
- Jenkins: docker agent using a custom Dockerfile is broken with docker buildkit: https://issues.jenkins-ci.org/browse/JENKINS-55577
- is related to
-
JENKINS-55577 docker agent using a custom Dockerfile is broken with docker buildkit
-
- Open
-
[JENKINS-57780] Docker Pipeline: Support for Buildkit
Summary | Original: Docker Pipeline. I | New: Docker Pipeline: Support for Buildkit |
Description |
New:
Docker Pipeline is one of the most used plugins on our platform it provides really nice functionality such as being able to run commands within containers more effortlessly. With Docker 18.09 a new feature Buildkit was introduced which can speed up docker builds tremendously. But with docker pipeline this has issues due to the base image being untagged as docker workflow does some processing on top of it. Related issues: * Docker: https://github.com/moby/moby/issues/39229 * Jenkins: https://issues.jenkins-ci.org/browse/JENKINS-55577 |
Description |
Original:
Docker Pipeline is one of the most used plugins on our platform it provides really nice functionality such as being able to run commands within containers more effortlessly. With Docker 18.09 a new feature Buildkit was introduced which can speed up docker builds tremendously. But with docker pipeline this has issues due to the base image being untagged as docker workflow does some processing on top of it. Related issues: * Docker: https://github.com/moby/moby/issues/39229 * Jenkins: https://issues.jenkins-ci.org/browse/JENKINS-55577 |
New:
Docker Pipeline is one of the most used plugins on our platform it provides really nice functionality such as being able to run commands within containers more effortlessly. With Docker 18.09 a new feature Buildkit was introduced which can speed up docker builds tremendously. But with docker pipeline this has issues due to the base image being untagged as docker workflow does some processing on top of it. Related issues: * Docker: DOCKER_BUILDKIT=1 FROM does not pull image: https://github.com/moby/moby/issues/39229 * Jenkins: docker agent using a custom Dockerfile is broken with docker buildkit: https://issues.jenkins-ci.org/browse/JENKINS-55577 |
Link | New: This issue is related to JENKINS-55577 [ JENKINS-55577 ] |