fix(generator): use args and command #164

Merged
metal3d merged 1 commits from fixes/bug-163 into master 2025-08-20 07:42:03 +00:00
Owner

Common mistake...

  • Docker and Podman uses "command" as argument to "entrypoint"
  • Kubernetes uses "command" as entrypoint and "args" as argument

So, we needed to use Command and Args in all related objects.

Fixes #163

Common mistake... - Docker and Podman uses "command" as argument to "entrypoint" - Kubernetes uses "command" as entrypoint and "args" as argument So, we needed to use Command and Args in all related objects. Fixes #163
metal3d added 1 commit 2025-08-20 07:38:39 +00:00
fix(generator): use args and command
All checks were successful
Go-Tests / tests (pull_request) Successful in 1m57s
Go-Tests / sonar (pull_request) Successful in 47s
b7a036a3dd
Common mistake...

- Docker and Podman uses "command" as argument to "entrypoint"
- Kubernetes uses "command" as entrypoint and "args" as argument

So, we needed to use Command and Args in all related objects.

Fixes #163
metal3d added this to the v3.0.0 milestone 2025-08-20 07:39:49 +00:00
metal3d merged commit 94792121a2 into master 2025-08-20 07:42:03 +00:00
metal3d deleted branch fixes/bug-163 2025-08-20 07:42:04 +00:00
Sign in to join this conversation.
No description provided.