-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: docker-workflow-plugin
docker.build(image, args) does not allow me to do a clean build without cache (i.E.: docker build --no-cache is not supported.
Â
For security reasons, I do want to run the OS updates (e.g. apt/apk upgrade) inside the container from time to time.
This is not possible with builds using the docker cache.