-
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#5061] update for release 1.8.1
- Loading branch information
Showing
21 changed files
with
31 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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
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 with Java | ||
PINPOINT_VERSION=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
### Pinpoint with Tomcat | ||
PINPOINT_VERSION=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
APP_PORT=8000 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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:-1.8.0} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.1} | ||
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/ | ||
|
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=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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:-1.8.0} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.1} | ||
|
||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${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=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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:-1.8.0} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.1} | ||
|
||
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=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PINPOINT_VERSION=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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=1.8.0 | ||
PINPOINT_VERSION=1.8.1 | ||
|
||
### 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:-1.8.0} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.1} | ||
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/ | ||
|
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