File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# Docker Log Elasticsearch
22
3+ [ ![ GoDoc] [ 1 ]] [ 2 ] [ ![ License: Apache 2.0] [ 3 ]] [ 4 ] [ ![ Release] [ 5 ]] [ 6 ] [ ![ Travis Status] [ 7 ]] [ 8 ] [ ![ Coveralls Coverage] [ 9 ]] [ 10 ] [ ![ Go Report Card] [ 13 ]] [ 14 ] [ ![ Downloads] [ 15 ]] [ 16 ]
4+
5+ [ 1 ] : https://godoc.org/github.com/rchicoli/docker-log-elasticsearch?status.svg
6+ [ 2 ] : https://godoc.org/github.com/rchicoli/docker-log-elasticsearch
7+ [ 3 ] : https://img.shields.io/badge/License-Apache%202.0-blue.svg
8+ [ 4 ] : LICENSE.md
9+ [ 5 ] : https://img.shields.io/github/release/rchicoli/docker-log-elasticsearch.svg
10+ [ 6 ] : https://github.com/rchicoli/docker-log-elasticsearch/releases/latest
11+ [ 7 ] : https://travis-ci.org/rchicoli/docker-log-elasticsearch.svg?branch=master
12+ [ 8 ] : https://travis-ci.org/rchicoli/docker-log-elasticsearch
13+ [ 9 ] : https://coveralls.io/repos/rchicoli/docker-log-elasticsearch/badge.svg?branch=master&service=github
14+ [ 10 ] : https://coveralls.io/github/rchicoli/docker-log-elasticsearch?branch=master
15+ [ 11 ] : https://codecov.io/github/rchicoli/docker-log-elasticsearch/coverage.svg?branch=master
16+ [ 12 ] : https://codecov.io/github/rchicoli/docker-log-elasticsearch?branch=master
17+ [ 13 ] : https://goreportcard.com/badge/github.com/rchicoli/docker-log-elasticsearch
18+ [ 14 ] : https://goreportcard.com/report/github.com/rchicoli/docker-log-elasticsearch
19+ [ 15 ] : https://img.shields.io/github/downloads/rchicoli/docker-log-elasticsearch/total.svg?maxAge=1800
20+ [ 16 ] : https://github.com/rchicoli/docker-log-elasticsearch/releases
21+ [ 17 ] : https://img.shields.io/github/stars/rchicoli/docker-log-elasticsearch.svg
22+ [ 18 ] : https://github.com/rchicoli/docker-log-elasticsearch/stargazers
23+
324` docker-log-elasticsearch ` forwards container logs to Elasticsearch service.
425
526This application is under active development and will continue to be modified and improved over time. The current release is an * alpha* ." (see [ Roadmap] ( ROADMAP.md ) ).
Original file line number Diff line number Diff line change 1717docker login -u " $DOCKER_USERNAME " -p " $DOCKER_PASSWORD " & > /dev/null
1818make push
1919
20- git log --oneline " ${LAST_TAG} ..HEAD"
20+ # git log --oneline "${LAST_TAG}..HEAD"
2121
2222git tag -a " $NEW_TAG " -m " $( git log --oneline ${LAST_TAG} ..HEAD) "
2323
24- git tag -n10
24+ git tag -n100
You can’t perform that action at this time.
0 commit comments