Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 7424c85

Browse files
authored
JetBrains License Server 30803 (#61)
* JetBrains License Server 30803 * Remove arm v6, v7 from platforms to use openjdk11-jre
1 parent d9dabda commit 7424c85

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG JLS_VERSION=30333
2-
ARG JLS_SHA256=2bb37709c174cb1005515a356644e2250bd326d4b2777409ac3b39802a56334e
1+
ARG JLS_VERSION=30803
2+
ARG JLS_SHA256=a9a2b6163354382162e4e9802ca88a651ca2421a2f495a558babafe5f02f063a
33

44
FROM crazymax/yasu:latest AS yasu
55
FROM alpine:3.15
@@ -14,7 +14,7 @@ RUN apk add --update --no-cache \
1414
bash \
1515
ca-certificates \
1616
curl \
17-
openjdk8-jre \
17+
openjdk11-jre \
1818
openssl \
1919
shadow \
2020
zip \

docker-bake.hcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ target "image-all" {
2525
inherits = ["image"]
2626
platforms = [
2727
"linux/amd64",
28-
"linux/arm/v6",
29-
"linux/arm/v7",
3028
"linux/arm64",
3129
"linux/ppc64le",
3230
"linux/s390x"

0 commit comments

Comments
 (0)