You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building an image "from scratch" without providing an entrypoint parameter lets the action pass --entrypoint ] to buildah.
This erroneously overrides the entrypoint given by a base image and breaks container execution.
Steps to reproduce, workflow links, screenshots
Build without containerfile using an already build base image. I used nginx from docker hub here.
The entrypoint array of BuildahConfigSettings might be empty. It makes
no sense to push the `--entrypoint` argument then, thus breaking the
`convertArrayToStringArg` method.
Closesredhat-actions#136
Version
redhat-actions/push-to-registry@v2
Describe the bug
Building an image "from scratch" without providing an entrypoint parameter lets the action pass
--entrypoint ]
to buildah.This erroneously overrides the entrypoint given by a base image and breaks container execution.
Steps to reproduce, workflow links, screenshots
Example action
Action output
The text was updated successfully, but these errors were encountered: