-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pinpoint-apm/pinpoint#6740] release v2.0.2
- Loading branch information
Showing
23 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
### Pinpoint with Java | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
SPRING_PROFILES=release | ||
AGENT_ID=app-in-docker | ||
APP_NAME=quickapp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
SPRING_PROFILES=release | ||
|
||
### Pinpoint-Agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM alpine:3.7 | |
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} | ||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz | ||
|
||
COPY /build/scripts/configure-agent.sh /usr/local/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
SPRING_PROFILES=release | ||
|
||
### Pinpoint-Collector | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM tomcat:8-jre8 | |
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} | ||
|
||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-${PINPOINT_VERSION}.war | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
|
||
### Pinpoint-flink | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
|
||
### Pinpoint-Hbase | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM java:8-jdk | |
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} | ||
|
||
ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase | ||
ENV HBASE_SUB_REPOSITORY=http://archive.apache.org/dist/hbase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
|
||
### Pinpoint-mysql | ||
MYSQL_ROOT_PASSWORD=root123 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
SPRING_PROFILES=release | ||
|
||
### Pinpoint-Agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=2.0.1 | ||
PINPOINT_VERSION=2.0.2 | ||
SPRING_PROFILES=release | ||
|
||
### Pinpoint-Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM tomcat:8-jre8 | |
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} | ||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-${PINPOINT_VERSION}.war | ||
|
||
COPY /build/scripts/start-web.sh /usr/local/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters