Skip to content

Commit

Permalink
support 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RoySRose committed May 11, 2018
1 parent a1c2143 commit 5e475d1
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-Hbase

Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Official git repository of Dockerized components of the [Pinpoint Application Mo
It supports and helps you understand your application in a glance and allow you to build world-class, high-quality software.

## Supported Tags

- 1.7.3
- 1.7.2

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-agent-attach-example/java/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Pinpoint with Java
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
AGENT_ID=app-in-docker
APP_NAME=quickapp
2 changes: 1 addition & 1 deletion pinpoint-agent-attach-example/tomcat/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Pinpoint with Tomcat
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
APP_PORT=8000
AGENT_ID=app-in-docker
APP_NAME=quickapp
2 changes: 1 addition & 1 deletion pinpoint-agent/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-Agent

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.7

LABEL maintainer="Roy Kim <[email protected]>"

ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.2}
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.3}
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz

COPY /build/scripts/configure-agent.sh /usr/local/bin/
Expand Down
1 change: 1 addition & 0 deletions pinpoint-agent/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This Docker image contains the Pinpoint Agent component of the Pinpoint applicat

- 1.7.3
- 1.7.2

Please see [Pinpoint-Docker GitHub repository](https://github.com/naver/pinpoint-docker) for further information on how to run, configure and build this image.

## Any Issues or Suggestions?
Expand Down
2 changes: 1 addition & 1 deletion pinpoint-collector/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-Collector

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-collector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM tomcat:8-jre8

LABEL maintainer="Roy Kim <[email protected]>"

ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.2}
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.3}

ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${PINPOINT_VERSION}/pinpoint-collector-${PINPOINT_VERSION}.war

Expand Down
1 change: 1 addition & 0 deletions pinpoint-collector/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This Docker image contains the Pinpoint Collector component of the Pinpoint appl

- 1.7.3
- 1.7.2

Please see [Pinpoint-Docker GitHub repository](https://github.com/naver/pinpoint-docker) for further information on how to run, configure and build this image.

## Any Issues or Suggestions?
Expand Down
2 changes: 1 addition & 1 deletion pinpoint-flink/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-flink

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-flink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"
##
#to use this separately will require pinpoint-flink-job-{version}.jar built
#from pinpoint-flink module with correct properties under hbase.properties, pinpoint-flink.properties
#sample configs used to build pinpoint-flink/build/pinpoint-flink-job-1.7.2.jar is under build folder
#sample configs used to build pinpoint-flink/build/pinpoint-flink-job-{version}.jar is under build folder
##
services:
##flink
Expand Down
2 changes: 1 addition & 1 deletion pinpoint-hbase/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-Hbase

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-hbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM java:8-jdk

LABEL maintainer="Roy Kim <[email protected]>"

ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.2}
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.3}

ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase
ENV HBASE_SUB_REPOSITORY=http://archive.apache.org/dist/hbase
Expand Down
1 change: 1 addition & 0 deletions pinpoint-hbase/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This Docker image contains the Pinpoint Hbase component of the Pinpoint applicat

- 1.7.3
- 1.7.2

Please see the [Pinpoint-Docker GitHub repository](https://github.com/naver/pinpoint-docker) for further information on how to run, configure and build this image.

## Any Issues or Suggestions?
Expand Down
2 changes: 1 addition & 1 deletion pinpoint-quickstart/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-Agent

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-web/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3

### Pinpoint-Web

Expand Down
2 changes: 1 addition & 1 deletion pinpoint-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM tomcat:8-jre8

LABEL maintainer="Roy Kim <[email protected]>"

ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.2}
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.3}
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${PINPOINT_VERSION}/pinpoint-web-${PINPOINT_VERSION}.war

COPY /build/scripts/start-web.sh /usr/local/bin/
Expand Down
1 change: 1 addition & 0 deletions pinpoint-web/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This Docker image contains the Pinpoint Web component of the Pinpoint applicatio

- 1.7.3
- 1.7.2

Please see the [Pinpoint-Docker GitHub repository](https://github.com/naver/pinpoint-docker) for further information on how to run, configure and build this image.

## Any Issues or Suggestions?
Expand Down

0 comments on commit 5e475d1

Please sign in to comment.