project: add entrypoint, cmd and env properties
Metadata
Current evaluation
Merged. Introduces entrypoint, cmd, and environment properties for rockcraft OCI images. Approved after passing CI and adding documentation. Merged with the caveat that the presentation layer may change.
Suggested action: —
No scores available.
Issue body
Allow rockcraft projects to specify the entrypoint and cmd of the
generated OCI images, and define the container environment.
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
CRAFT-811
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Introduces entrypoint, cmd, and environment properties for rockcraft OCI images. Approved after passing CI and adding documentation. Merged with the caveat that the presentation layer may change. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to add entrypoint, cmd, and env properties to rockcraft projects for OCI image generation. Documentation was added during review. Merged by sergiusens to enable testing, noting the presentation layer may evolve. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Adds entrypoint, cmd, and env properties to rockcraft projects for OCI images. Documentation updated with a YAML spec. Approved after test adjustments and maintainer review for initial testing, noting the presentation layer may evolve. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #939 feat: add entrypoint-command | rockcraft | merged | Merged PR adding an entrypoint-command field to rockcraft.yaml to replace the default pebble enter entrypoint. Includes tests and documentation. Approved by reviewers and passed CI checks before merge. |