This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 9953a27 HDDS-12359. Bump async profiler to 2.9, awscli to 1.37 (#38)
9953a27 is described below
commit 9953a273483354fb2790603a3effe5d72ed2ff78
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Feb 18 20:55:53 2025 +0100
HDDS-12359. Bump async profiler to 2.9, awscli to 1.37 (#38)
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index d2c8964..c25337f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -103,8 +103,8 @@ RUN curl -Lo /opt/byteman.jar
https://repo.maven.apache.org/maven2/org/jboss/byt
RUN set -eux ; \
ARCH="$(arch)" ; \
case "${ARCH}" in \
- x86_64)
url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7/async-profiler-2.7-linux-x64.tar.gz'
;; \
- aarch64)
url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7/async-profiler-2.7-linux-arm64.tar.gz'
;; \
+ x86_64)
url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.9/async-profiler-2.9-linux-x64.tar.gz'
;; \
+ aarch64)
url='https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.9/async-profiler-2.9-linux-arm64.tar.gz'
;; \
*) echo "Unsupported architecture: ${ARCH}"; exit 1 ;; \
esac; \
curl -L ${url} | tar xvz ; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]