This commit is contained in:
Roy Kim
2021-01-25 12:05:02 +09:00
committed by Roy Kim
parent 86f60c3857
commit aeedca1a15
21 changed files with 24 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ FROM openjdk:8-jdk-alpine
LABEL maintainer="Roy Kim <roy.kim@navercorp.com>"
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.2.0}
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.2.1}
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar
RUN mkdir -p /pinpoint/config \
@@ -11,7 +11,7 @@ RUN mkdir -p /pinpoint/config \
COPY /build/config/pinpoint-web.properties /pinpoint/config/
COPY /build/scripts/start-web.sh /pinpoint/scripts/
#temporary line for local test
#COPY /pinpoint-web-boot-2.2.0-SNAPSHOT.jar /pinpoint/pinpoint-web-boot.jar
#COPY /pinpoint-web-boot-2.2.1-SNAPSHOT.jar /pinpoint/pinpoint-web-boot.jar
RUN apk --no-cache add curl \
&& chmod a+x /pinpoint/scripts/start-web.sh \