-
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.
Merge pull request #2 from RoySRose/UpdateDocker1.8.0
update for release 1.8.0
- Loading branch information
Showing
18 changed files
with
18 additions
and
13 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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0} | ||
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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0} | ||
|
||
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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0} | ||
|
||
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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3 | ||
PINPOINT_VERSION=1.8.0 | ||
|
||
### 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.7.3} | ||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0} | ||
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