Skip to content

Container ENTRYPOINT breaks running wrapper scripts (lcls, etc.) directly #49

Description

@bougyman

podman run image lcls actually executed lc lcls instead of the lcls wrapper script - ENTRYPOINT appends run-time args after itself rather than being replaced by them. Fix: use CMD instead of ENTRYPOINT, which gets fully replaced by run-time args. podman run image (no args) still boots the daemon (LINEAR_CLI_DAEMON=true makes lc become the daemon regardless of argv); podman run image lcls/lc issue list now run exactly that command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions