This commit is contained in:
RoyKim
2021-03-25 16:55:34 +09:00
committed by Roy Kim
parent cd15b323fb
commit 23a3a8a7a7
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.1}
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.2.2}
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.1-SNAPSHOT.jar /pinpoint/pinpoint-web-boot.jar
#COPY /pinpoint-web-boot-2.2.2-SNAPSHOT.jar /pinpoint/pinpoint-web-boot.jar
RUN apk --no-cache add curl \
&& chmod a+x /pinpoint/scripts/start-web.sh \