Updated document
This commit is contained in:
parent
74401262f2
commit
ed16a3b842
|
@ -1,7 +1,5 @@
|
||||||
FROM java:8
|
FROM java:8
|
||||||
|
|
||||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
|
||||||
|
|
||||||
ARG PINPOINT_VERSION
|
ARG PINPOINT_VERSION
|
||||||
ARG AGENT_ID
|
ARG AGENT_ID
|
||||||
ARG APP_NAME
|
ARG APP_NAME
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM alpine:3.7
|
FROM alpine:3.7
|
||||||
|
|
||||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
|
||||||
|
|
||||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
|
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
|
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM openjdk:8-jdk-alpine
|
FROM openjdk:8-jdk-alpine
|
||||||
|
|
||||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
|
||||||
|
|
||||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
|
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
|
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-boot-${PINPOINT_VERSION}.jar
|
||||||
|
|
||||||
|
|
|
@ -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
|
## Supported Tags
|
||||||
|
|
||||||
- 2.3.2
|
- 2.3.2
|
||||||
- 2.3.1
|
- 2.3.1
|
||||||
- 2.3.0
|
- 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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM java:8-jdk
|
FROM java:8-jdk
|
||||||
|
|
||||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
|
||||||
|
|
||||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
|
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
|
||||||
|
|
||||||
ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase
|
ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM tomcat:8-jre8
|
FROM tomcat:8-jre8
|
||||||
|
|
||||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
|
||||||
|
|
||||||
COPY /build/pinpoint-quickstart-testapp.war quickstart.war
|
COPY /build/pinpoint-quickstart-testapp.war quickstart.war
|
||||||
|
|
||||||
RUN rm -rf /usr/local/tomcat/webapps \
|
RUN rm -rf /usr/local/tomcat/webapps \
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM openjdk:8-jdk-alpine
|
FROM openjdk:8-jdk-alpine
|
||||||
|
|
||||||
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
|
|
||||||
|
|
||||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
|
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
|
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue