Skip to content

Update ActorTemplate's container spec to mirror k8s semantic for command and args#462

Open
Julian Gutierrez Oschmann (juli4n) wants to merge 1 commit into
agent-substrate:mainfrom
juli4n:oci_argv
Open

Update ActorTemplate's container spec to mirror k8s semantic for command and args#462
Julian Gutierrez Oschmann (juli4n) wants to merge 1 commit into
agent-substrate:mainfrom
juli4n:oci_argv

Conversation

@juli4n

Copy link
Copy Markdown
Collaborator
  • Add args field in addition to command.
  • Implement logic in atelet to resolve both argv from the actor template fields and the OCI image config (entrypoint and cmd fields).
  • Update demos to not hardcode command as now we honor the image default, which makes it not necessary.

Fixes #456

…mand` and `args`.

* Add `args` field in addition to `command`.
* Implement logic in atelet to resolve both argv from the actor template fields
and the OCI image config (`entrypoint` and `cmd` fields).
* Update demos to not hardcode command as now we honor the image default, which
makes it not necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ActorTemplate's container spec should mirror k8s semantics for command and args.

1 participant