Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMD changes for latest OpenShiftRunner #33

Open
alanbchristie opened this issue Apr 25, 2019 · 0 comments
Open

CMD changes for latest OpenShiftRunner #33

alanbchristie opened this issue Apr 25, 2019 · 0 comments

Comments

@alanbchristie
Copy link
Collaborator

The runner does not set the container CMD any more. Instead it populates the container with an execute script (in the squonk work directory) and expects the container to run this automatically. This is achieved by relying on CMD being set to ./execute and the WORKDIR being set to the location of the execute script.

Change the container to...

  1. Provide a helpful (default) execute script in the home directory
  2. Ensure WORKDIR is set to the execute script's directory
  3. CMD is set to ./execute
alanbchristie pushed a commit that referenced this issue Apr 25, 2019
  Built-in execute command (a help command)
  User now has to specify WORKDIR or CMD to do real work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant