support 1.7.3
This commit is contained in:
parent
a1c214352d
commit
5e475d1a1a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=1.7.2
|
||||
PINPOINT_VERSION=1.7.3
|
||||
|
||||
### Pinpoint-Agent
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM alpine:3.7
|
|||
|
||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
||||
|
||||
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/
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=1.7.2
|
||||
PINPOINT_VERSION=1.7.3
|
||||
|
||||
### Pinpoint-Collector
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM tomcat:8-jre8
|
|||
|
||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=1.7.2
|
||||
PINPOINT_VERSION=1.7.3
|
||||
|
||||
### Pinpoint-flink
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=1.7.2
|
||||
PINPOINT_VERSION=1.7.3
|
||||
|
||||
### Pinpoint-Hbase
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM java:8-jdk
|
|||
|
||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
||||
|
||||
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
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=1.7.2
|
||||
PINPOINT_VERSION=1.7.3
|
||||
|
||||
### Pinpoint-Agent
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PINPOINT_VERSION=1.7.2
|
||||
PINPOINT_VERSION=1.7.3
|
||||
|
||||
### Pinpoint-Web
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM tomcat:8-jre8
|
|||
|
||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
||||
|
||||
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/
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue