Mayor change:
PR #208 removed the alternative of the plugin option --entrypoint
to be a boolean because there was a bug in the implementation and its tests 😱, the false
option never worked (see issue #138)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.14.0:
+ docker#v4.0.0:
image: someimage
workdir: /app