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

che-launcher infer Che version and self destruct itself #1881

Merged
merged 1 commit into from
Jul 20, 2016

Conversation

l0rd
Copy link
Contributor

@l0rd l0rd commented Jul 20, 2016

What does this PR do?

The launcher container automatically retrieve its version and destruct itself at the end of execution

What issues does this PR fix or reference?

Avoid to specify the version of the che-server image with the variable CHE_VERSION

Previous Behavior

To run the nightly build of che:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e "CHE_VERSION=nightly" codenvy/che-launcher:nightly start

New Behavior

To run the nightly build of che:
docker run -v /var/run/docker.sock:/var/run/docker.sock codenvy/che-launcher:nightly start

Tests written?

No

Docs requirements?

No

Signed-off-by: Mario Loriedo mloriedo@redhat.com

Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
@codenvy-ci
Copy link

Can one of the admins verify this patch?

@TylerJewell TylerJewell merged commit 621a06c into eclipse-che:master Jul 20, 2016
@TylerJewell TylerJewell added this to the 4.6.0 milestone Jul 22, 2016
@TylerJewell TylerJewell added the kind/enhancement A feature request - must adhere to the feature request template. label Jul 22, 2016
@bmicklea bmicklea mentioned this pull request Jul 26, 2016
64 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants