GoogleContainerTools / GoogleContainerTools/jib
Set Command, instead of Entrypoint
Open
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
jib sets entire image `Entrypoint`, This causes the upstream image Entrypoint to be overridden.
Would be nice to be able to append to upstream image entrypoint, or to use Command / CMD instead for the java main class start (so entrypoint is preserved).
Upstream image has this entrypoint:
```
ENTRYPOINT ["/__cacert_entrypoint.sh"]
```
in multiple versions of `eclipse-temurin` image
Which is quite useful.
Contributor guide
Assessment
This issue has not been assessed yet.