mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-21 16:27:51 -06:00
Set base to 17-jdk so this image can run on arm64
This allows nosqlbench docker image to run natively on Apple M1 and other ARM Linux environment
This commit is contained in:
parent
87302800f2
commit
427179996b
@ -1,4 +1,4 @@
|
||||
FROM eclipse-temurin:17-alpine
|
||||
FROM eclipse-temurin:17-jdk
|
||||
RUN apk --no-cache add curl
|
||||
|
||||
COPY nb5/target/nb5.jar nb5.jar
|
||||
|
Loading…
Reference in New Issue
Block a user