How to override entrypoint of a container in a task #8115
Replies: 1 comment
-
I figure it out.. My image architecture was wrong. duh! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to override entrypoint of a container in a task.
For e.g. I want to execute some Cypress tests but Cypress requires the app to be up and running before the tests are executed.
The Cypress container has a default entrypoint and I want to override it.
Gitlab CI supports the entrypoint feature and it works as expected.
Is there an alternative way of achieving this in Tekton?
btw I am new to Tekton and still trying to find my way around.
Beta Was this translation helpful? Give feedback.
All reactions