Merge 246889a488
into 6410e28134
This commit is contained in:
commit
c1ff338f44
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.7
|
FROM alpine:3.17.1
|
||||||
|
|
||||||
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.0}
|
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.0}
|
||||||
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
|
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
|
||||||
|
@ -19,4 +19,4 @@ RUN apk add --update curl bash \
|
||||||
VOLUME ["/pinpoint-agent"]
|
VOLUME ["/pinpoint-agent"]
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/configure-agent.sh"]
|
ENTRYPOINT ["/usr/local/bin/configure-agent.sh"]
|
||||||
CMD ["tail", "-f", "/dev/null"]
|
CMD ["tail", "-f", "/dev/null"]
|
||||||
|
|
Loading…
Reference in New Issue