GoogleContainerTools / GoogleContainerTools/jib

Set Command, instead of Entrypoint

Open
#4,412 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.