Skip to content

Commit

Permalink
Updated document
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram committed Dec 14, 2021
1 parent 7440126 commit ed16a3b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 31 deletions.
2 changes: 0 additions & 2 deletions pinpoint-agent-attach-example/java/Dockerfile
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
Expand Down
2 changes: 0 additions & 2 deletions pinpoint-agent/Dockerfile
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

Expand Down
2 changes: 0 additions & 2 deletions pinpoint-collector/Dockerfile
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

Expand Down
21 changes: 2 additions & 19 deletions pinpoint-flink/Readme.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@

## Pinpoint Hbase
## Pinpoint Flink

This Docker image contains the Pinpoint Hbase component of the Pinpoint application monitoring system.
This Docker image contains the Pinpoint Flink component of the Pinpoint application monitoring system.

## Supported Tags

- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 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.

Expand Down
2 changes: 0 additions & 2 deletions pinpoint-hbase/Dockerfile
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
Expand Down
2 changes: 0 additions & 2 deletions pinpoint-quickstart/Dockerfile
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 \
Expand Down
2 changes: 0 additions & 2 deletions pinpoint-web/Dockerfile
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

Expand Down

0 comments on commit ed16a3b

Please sign in to comment.