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

(PUP-9212) Allow for image entry point CMDs #11

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

tvpartytonight
Copy link
Contributor

Prior to this commit, a user could choose between running from their own
custom entrypoint or running from the default ssh CMD. This made it
probelmatic for users wanting to use the default entrypoint for on image
while also having ssh running in the container.

This change allows a user to set 'use_image_entry_point' for a host;
this will use the image's own default CMD and load ssh after the image
has started, so that Beaker's DSL can still communicate with the
container.

Prior to this commit, a user could choose between running from their own
custom entrypoint or running from the default ssh CMD. This made it
probelmatic for users wanting to use the default entrypoint for on image
while also having ssh running in the container.

This change allows a user to set 'use_image_entry_point' for a host;
this will use the image's own default CMD and load ssh after the image
has started, so that Beaker's DSL can still communicate with the
container.
Copy link
Contributor

@kevpl kevpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@kevpl kevpl merged commit 0d4eeb6 into voxpupuli:master Oct 17, 2018
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

Successfully merging this pull request may close these issues.

2 participants