From bf811f503cbfd6769811f9d34a571438993211a6 Mon Sep 17 00:00:00 2001 From: Stigstille <134349048+Stigstille@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:47:03 -0400 Subject: [PATCH] Add JQ to java (#311) * Add JQ to the java images --- java/11/Dockerfile | 3 ++- java/11j9/Dockerfile | 3 ++- java/16/Dockerfile | 3 ++- java/16j9/Dockerfile | 3 ++- java/17/Dockerfile | 3 ++- java/19/Dockerfile | 3 ++- java/21/Dockerfile | 3 ++- java/22/Dockerfile | 3 ++- java/8/Dockerfile | 3 ++- java/8j9/Dockerfile | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/java/11/Dockerfile b/java/11/Dockerfile index 468b7e2..af36804 100644 --- a/java/11/Dockerfile +++ b/java/11/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory diff --git a/java/11j9/Dockerfile b/java/11j9/Dockerfile index 6098eb9..4b96bb8 100644 --- a/java/11j9/Dockerfile +++ b/java/11j9/Dockerfile @@ -17,7 +17,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 139721e..bff0438 100644 --- a/java/16/Dockerfile +++ b/java/16/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/16j9/Dockerfile b/java/16j9/Dockerfile index e26b6d8..670cbad 100644 --- a/java/16j9/Dockerfile +++ b/java/16j9/Dockerfile @@ -17,7 +17,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/17/Dockerfile b/java/17/Dockerfile index 02db317..87912c4 100644 --- a/java/17/Dockerfile +++ b/java/17/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/19/Dockerfile b/java/19/Dockerfile index 5d847b0..ddf9e49 100644 --- a/java/19/Dockerfile +++ b/java/19/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/21/Dockerfile b/java/21/Dockerfile index f6a94d9..9e69975 100644 --- a/java/21/Dockerfile +++ b/java/21/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/22/Dockerfile b/java/22/Dockerfile index cd96137..f01ae36 100644 --- a/java/22/Dockerfile +++ b/java/22/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/8/Dockerfile b/java/8/Dockerfile index 758eef7..e4e0e1c 100644 --- a/java/8/Dockerfile +++ b/java/8/Dockerfile @@ -20,7 +20,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container diff --git a/java/8j9/Dockerfile b/java/8j9/Dockerfile index 5843a20..ea1bae2 100644 --- a/java/8j9/Dockerfile +++ b/java/8j9/Dockerfile @@ -17,7 +17,8 @@ RUN apt update -y \ libfreetype6 \ tini \ zip \ - unzip + unzip \ + jq ## Setup user and working directory RUN useradd -m -d /home/container -s /bin/bash container