[#130] Add batch container

This commit is contained in:
ga-ram
2022-04-20 16:31:50 +09:00
parent c44873185a
commit 750af1ec73
24 changed files with 233 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
FROM openjdk:8-jdk-alpine
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.3}
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/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar
RUN mkdir -p /pinpoint/config \
&& mkdir -p /pinpoint/scripts