zun/releasenotes/notes/support-entrypoint-option-5127ab5044025380.yaml
Zhenguo Niu 977b5ef7ce Add entrypoint to container
This adds entrypoint option to container which overwrites
the default ENTRYPOINT of the docker image.

Change-Id: Id80bb287d452aa74df458394ea2774af1eaf6726
Implements: blueprint support-entrypoint-option
2020-03-31 06:36:14 +00:00

6 lines
148 B
YAML

---
features:
- |
Add support for specifying entrypoint with the container
which is used to overwrite the entrypoint of the docker image.