-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
2 additions
and
31 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,7 +1,5 @@ | ||
FROM java:8 | ||
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION | ||
ARG AGENT_ID | ||
ARG APP_NAME | ||
|
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,7 +1,5 @@ | ||
FROM alpine:3.7 | ||
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2} | ||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz | ||
|
||
|
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,7 +1,5 @@ | ||
FROM openjdk:8-jdk-alpine | ||
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2} | ||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-boot-${PINPOINT_VERSION}.jar | ||
|
||
|
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,7 +1,5 @@ | ||
FROM java:8-jdk | ||
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2} | ||
|
||
ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
FROM tomcat:8-jre8 | ||
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
COPY /build/pinpoint-quickstart-testapp.war quickstart.war | ||
|
||
RUN rm -rf /usr/local/tomcat/webapps \ | ||
|
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,7 +1,5 @@ | ||
FROM openjdk:8-jdk-alpine | ||
|
||
LABEL maintainer="Roy Kim <[email protected]>" | ||
|
||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2} | ||
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar | ||
|
||
|