Skip to content

Commit 9b0f932

Browse files
authored
Merge pull request #2 from RoySRose/UpdateDocker1.8.0
update for release 1.8.0
2 parents 2c45a0a + 6cc4e1a commit 9b0f932

18 files changed

Lines changed: 18 additions & 13 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINPOINT_VERSION=1.7.3
1+
PINPOINT_VERSION=1.8.0
22

33
### Pinpoint-Hbase
44

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ It supports and helps you understand your application in a glance and allow you
1313

1414
## Supported Tags
1515

16+
- 1.8.0
1617
- 1.7.3
1718
- 1.7.2
1819

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Pinpoint with Java
2-
PINPOINT_VERSION=1.7.3
2+
PINPOINT_VERSION=1.8.0
33
AGENT_ID=app-in-docker
44
APP_NAME=quickapp
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Pinpoint with Tomcat
2-
PINPOINT_VERSION=1.7.3
2+
PINPOINT_VERSION=1.8.0
33
APP_PORT=8000
44
AGENT_ID=app-in-docker
55
APP_NAME=quickapp

pinpoint-agent/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINPOINT_VERSION=1.7.3
1+
PINPOINT_VERSION=1.8.0
22

33
### Pinpoint-Agent
44

pinpoint-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.7
22

33
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
44

5-
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.3}
5+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0}
66
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
77

88
COPY /build/scripts/configure-agent.sh /usr/local/bin/

pinpoint-agent/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Agent component of the Pinpoint applicat
55

66
## Supported Tags
77

8+
- 1.8.0
89
- 1.7.3
910
- 1.7.2
1011

pinpoint-collector/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINPOINT_VERSION=1.7.3
1+
PINPOINT_VERSION=1.8.0
22

33
### Pinpoint-Collector
44

pinpoint-collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM tomcat:8-jre8
22

33
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
44

5-
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.7.3}
5+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0}
66

77
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/${PINPOINT_VERSION}/pinpoint-collector-${PINPOINT_VERSION}.war
88

pinpoint-collector/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Collector component of the Pinpoint appl
55

66
## Supported Tags
77

8+
- 1.8.0
89
- 1.7.3
910
- 1.7.2
1011

0 commit comments

Comments
 (0)