-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 Jenkins "update.sh" badges to our docker-library repo README stubs for better community visibility #697
Add Jenkins "update.sh" badges to our docker-library repo README stubs for better community visibility #697
Conversation
Some example output: ( About this RepoThis is the Git repo of the Docker official image for cassandra. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues. The full readme is generated over in docker-library/docs, specifically in docker-library/docs/cassandra. See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/cassandra" manifest file in the docker-library/official-images repo, especially PRs with the "library/cassandra" label on that repo. For more information about the official images process, see the docker-library/official-images readme. |
That looks a little silly. Will need to ponder this a bit more. |
715f00a
to
b03c7b7
Compare
Updated: About this RepoThis is the Git repo of the Docker official image for cassandra. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues. The full readme is generated over in docker-library/docs, specifically in docker-library/docs/cassandra. See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/cassandra" manifest file in the docker-library/official-images repo, especially PRs with the "library/cassandra" label on that repo. For more information about the official images process, see the docker-library/official-images readme. |
|
||
[![Travis CI](https://img.shields.io/travis/$travisRepo/master.svg)](https://travis-ci.org/$travisRepo/branches) | ||
travisImage="https://img.shields.io/travis/$travisRepo/master.svg" | ||
if wget -q --spider "$travisImage" &> /dev/null; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that Travis doesn't actually return 404 for repos that aren't set up -- they return a valid SVG. Not sure how to resolve that, but it isn't a big deal for our current needs (since it's a problem we've already got).
…s for better community visibility
b03c7b7
to
9e826c1
Compare
cc @yosifkit