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

Add show_app_log option to tail and display logs during application start #40

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

aeijdenberg
Copy link
Contributor

(Shoudn't be merged until contraband/autopilot#43 lands, and then the curl command updated to pull from the correct upstream repo)

Fixes #28

Also fixes Docker build, which previously uses jq features not present in the Alpine image.

Dockerfile Outdated
@@ -3,8 +3,8 @@ RUN apk add --no-cache curl jq
RUN mkdir -p /assets
WORKDIR /assets
RUN curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&source=github-rel" | tar -xzf -
RUN url=$(curl -s "https://api.github.com/repos/contraband/autopilot/releases/latest" \

This comment was marked as spam.

This comment was marked as spam.

@vito vito added the blocked label Nov 28, 2017
@drnic
Copy link
Contributor

drnic commented Jan 30, 2018

Published example docker image worked for me

@aeijdenberg aeijdenberg changed the title WIP: Add show_app_log option to tail and display logs during application start Add show_app_log option to tail and display logs during application start Feb 1, 2018
@aeijdenberg
Copy link
Contributor Author

I've rebased on latest master, and switched the URL back to the contraband release now that patches landed there.

@vito
Copy link
Contributor

vito commented Feb 2, 2018

thanks!

@vito vito merged commit d72d353 into cloudfoundry-community:master Feb 2, 2018
@JohannesRudolph
Copy link
Contributor

This is awesome! Minor: the documentation appears to be missing from README.md, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tail cf logs during staging when using blue/green deployment
5 participants