Skip to content

Commit

Permalink
impr(UTAPI-107): Upgrade sqlite in wrap 10 image
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Sep 4, 2024
1 parent 88d18f3 commit 696f4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/warp10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ ENV warpscript.extension.macrovalueencoder 'io.warp10.continuum.ingress.MacroVal

RUN wget https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-amd64.tar.gz -O /tmp/s6-overlay-amd64.tar.gz \
&& tar xzf /tmp/s6-overlay-amd64.tar.gz -C / \
&& rm -rf /tmp/s6-overlay-amd64.tar.gz
&& rm -rf /tmp/s6-overlay-amd64.tar.gz \
&& apk upgrade --no-cache

# Install jmx exporter
ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.16.1/jmx_prometheus_javaagent-0.16.1.jar /opt/jmx_prom_agent.jar
Expand Down

0 comments on commit 696f4c6

Please sign in to comment.