support 1.7.3

This commit is contained in:
Roy Kim 2018-05-11 19:16:42 +09:00
parent a1c214352d
commit 5e475d1a1a
19 changed files with 19 additions and 14 deletions

2
.env
View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-Hbase

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-Agent

View File

@ -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/

View File

@ -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?

View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-Collector

View File

@ -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

View File

@ -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?

View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-flink

View File

@ -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

View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-Hbase

View File

@ -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

View File

@ -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?

View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-Agent

View File

@ -1,4 +1,4 @@
PINPOINT_VERSION=1.7.2
PINPOINT_VERSION=1.7.3
### Pinpoint-Web

View File

@ -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/

View File

@ -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?