skupper icon indicating copy to clipboard operation
skupper copied to clipboard

Change hey args, as entry point is now necessary

Open hash-d opened this issue 7 months ago • 0 comments

The hey Containerfile introduced in https://github.com/skupperproject/skupper/pull/1652/files#diff-a49f0e686902bad1c7d315c3d0961ac9686e01493982c4f0c3f98c560c409352 defines a CMD, but not an ENTRYPOINT.

The HTTP performance test is not reflecting that change, and failing with the error below:

Error: container create failed: executable file `-z` not found in $PATH: No such file or directory

This PR addresses that error.

hash-d avatar May 13 '25 22:05 hash-d