mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-26 21:01:48 +02:00
Added riscv64 arch for Alpine and Ubuntu images. Using openjdk17 for ppc64le on Alpine
This commit is contained in:
parent
ecb200f835
commit
eb1208f7c5
@ -24,11 +24,8 @@ RUN set -eux && \
|
||||
x86) \
|
||||
openjdk_packages='openjdk8 openjdk8-jre-base'; \
|
||||
;; \
|
||||
armv7) \
|
||||
openjdk_packages='openjdk8 openjdk8-jre-base'; \
|
||||
;; \
|
||||
ppc64le) \
|
||||
openjdk_packages='openjdk11 openjdk11-jre-headless'; \
|
||||
riscv64) \
|
||||
openjdk_packages='openjdk21 openjdk21-jre-headless'; \
|
||||
;; \
|
||||
*) openjdk_packages='openjdk17 openjdk17-jre-headless'; \
|
||||
esac; \
|
||||
|
@ -35,11 +35,8 @@ RUN set -eux && \
|
||||
x86) \
|
||||
openjdk_packages='openjdk8-jre-base'; \
|
||||
;; \
|
||||
armv7) \
|
||||
openjdk_packages='openjdk8 openjdk8-jre-base'; \
|
||||
;; \
|
||||
ppc64le) \
|
||||
openjdk_packages='openjdk11-jre-headless'; \
|
||||
riscv64) \
|
||||
openjdk_packages='openjdk21 openjdk21-jre-headless'; \
|
||||
;; \
|
||||
*) openjdk_packages='openjdk17-jre-headless'; \
|
||||
esac; \
|
||||
|
@ -6,7 +6,8 @@
|
||||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/s390x",
|
||||
"linux/ppc64le"
|
||||
"linux/ppc64le",
|
||||
"linux/riscv64"
|
||||
],
|
||||
"centos": [
|
||||
"linux/amd64",
|
||||
@ -24,7 +25,8 @@
|
||||
"linux/amd64",
|
||||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/s390x"
|
||||
"linux/s390x",
|
||||
"linux/riscv64"
|
||||
]
|
||||
},
|
||||
"os-windows": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user