@@ -9,27 +9,16 @@ ARG BUILD_EDITION
99RUN apt-get update && apt-get install -y wget unzip xmlstarlet
1010
1111# Ignition Downloader Parameters
12- ARG IGNITION_STABLE_AMD64_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.28/20230601-1114/Ignition-linux-x86-64-8.1.28.zip"
13- ARG IGNITION_STABLE_AMD64_DOWNLOAD_SHA256="209b7f890cbf4ebbe74bbdbbe8c4f434ed9d1a1fa5db0c556a22c7d1feb8a450"
14- ARG IGNITION_RC_AMD64_DOWNLOAD_URL=""
15- ARG IGNITION_RC_AMD64_DOWNLOAD_SHA256=""
16- ARG IGNITION_NIGHTLY_AMD64_DOWNLOAD_URL="https://files.inductiveautomation.com/builds/nightly/8.1.29-SNAPSHOT/Ignition-linux-64-8.1.29-SNAPSHOT.zip"
17- ARG IGNITION_NIGHTLY_AMD64_DOWNLOAD_SHA256="notused"
12+ ARG IGNITION_STABLE_AMD64_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.30/20230714-0908/Ignition-linux-x86-64-8.1.30.zip"
13+ ARG IGNITION_STABLE_AMD64_DOWNLOAD_SHA256="333ed657bf8b461922357291630079ce7274419a6119dd8973fc9fdf1a8548d0"
1814ARG IGNITION_AMD64_JRE_SUFFIX="nix"
1915
20- ARG IGNITION_STABLE_ARMHF_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.28/20230601-1114/Ignition-linux-armhf-32-8.1.28.zip"
21- ARG IGNITION_STABLE_ARMHF_DOWNLOAD_SHA256="97736c167e2663c02728a1286b8cf8a8cd755b53e7b009add0804615f4774030"
22- ARG IGNITION_RC_ARMHF_DOWNLOAD_URL=""
23- ARG IGNITION_RC_ARMHF_DOWNLOAD_SHA256=""
24- ARG IGNITION_NIGHTLY_ARMHF_DOWNLOAD_URL="https://files.inductiveautomation.com/builds/nightly/8.1.29-SNAPSHOT/Ignition-linux-armhf-8.1.29-SNAPSHOT.zip"
25- ARG IGNITION_NIGHTLY_ARMHF_DOWNLOAD_SHA256="notused"
16+ ARG IGNITION_STABLE_ARMHF_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.30/20230714-0908/Ignition-linux-armhf-32-8.1.30.zip"
17+ ARG IGNITION_STABLE_ARMHF_DOWNLOAD_SHA256="e7dfcbb1b1ecd4dc6ad6a7925f27d4682776e3494c858e1138d9ad5fb3b78dfd"
2618ARG IGNITION_ARMHF_JRE_SUFFIX="arm32hf"
27- ARG IGNITION_STABLE_ARM64_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.28/20230601-1114/Ignition-linux-aarch-64-8.1.28.zip"
28- ARG IGNITION_STABLE_ARM64_DOWNLOAD_SHA256="42d9ca7fc7f6582efc9c202bd0a5e03539186f61cd122e08a974c0fa27c13449"
29- ARG IGNITION_RC_ARM64_DOWNLOAD_URL=""
30- ARG IGNITION_RC_ARM64_DOWNLOAD_SHA256=""
31- ARG IGNITION_NIGHTLY_ARM64_DOWNLOAD_URL="https://files.inductiveautomation.com/builds/nightly/8.1.29-SNAPSHOT/Ignition-linux-aarch64-8.1.29-SNAPSHOT.zip"
32- ARG IGNITION_NIGHTLY_ARM64_DOWNLOAD_SHA256="notused"
19+
20+ ARG IGNITION_STABLE_ARM64_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.30/20230714-0908/Ignition-linux-aarch-64-8.1.30.zip"
21+ ARG IGNITION_STABLE_ARM64_DOWNLOAD_SHA256="67acc21c7d2b8c4ef510bb8726a5b11d5fd59af3219f28314cc743793c51c798"
3322ARG IGNITION_ARM64_JRE_SUFFIX="aarch64"
3423
3524# Retrieve Ignition Installer and Perform Ignition Installation
0 commit comments