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

Overwrite image entrypoint when running tests #43

Merged
merged 3 commits into from
Jan 25, 2018

Conversation

nkubala
Copy link
Contributor

@nkubala nkubala commented Jan 24, 2018

Previously, image entrypoints were being run in every test, causing unexpected behavior and output. This will remove the entrypoint from all images run in test. If a user needs to run the entrypoint to do some necessary set up in the container before running a test command, they can specify it manually in the setup field.

Fixes #37

@nkubala nkubala requested a review from dlorenc January 24, 2018 18:45
Copy link
Contributor

@dlorenc dlorenc left a comment

Choose a reason for hiding this comment

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

You should probably add something to the docs about this.

@nkubala nkubala merged commit 7411da1 into GoogleContainerTools:master Jan 25, 2018
@nkubala nkubala deleted the entrypoint branch January 25, 2018 22:01
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.

None yet

2 participants