inductiveautomation-ignition (8.3.1)
Published 2026-02-25 03:55:12 +00:00 by Bryan Mellott
Installation
docker pull gitea.bryanmellott.com/ign-images/inductiveautomation-ignition:8.3.1sha256:ede5e623c2377ca19f084fad7b2a836ed2f31dad43495784ab8815af19736461
About this package
Ignition by Inductive Automation
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in / |
| CMD ["/bin/bash"] |
| ARG TARGETPLATFORM=linux/amd64 |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes curl fontconfig gettext grep locales sed xmlstarlet tzdata && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 && case ${TARGETPLATFORM} in "linux/amd64") LIB_FOLDER="/usr/lib/x86_64-linux-gnu" ;; "linux/arm64") LIB_FOLDER="/usr/lib/aarch64-linux-gnu" ;; "linux/arm/v7") LIB_FOLDER="/usr/lib/arm-linux-gnueabihf" ;; *) echo "Unsupported platform: ${TARGETPLATFORM}" && exit 1 ;; esac && ln -s libssl.so.3 "${LIB_FOLDER}/libssl.so" && stat -L "${LIB_FOLDER}/libssl.so" && ln -s libcrypto.so.3 "${LIB_FOLDER}/libcrypto.so" && stat -L "${LIB_FOLDER}/libcrypto.so" && ldconfig && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c if [ "${TARGETPLATFORM}" = "linux/arm/v7" ]; then apt-get update && apt-get install --no-install-recommends --yes binutils && rm -rf /var/lib/apt/lists/*; fi # buildkit |
| ENV LANG=en_US.UTF-8 LANGUAGE=en_US LC_ALL=en_US.UTF-8 |
| ARG IGNITION_INSTALL_LOCATION=/usr/local/bin/ignition |
| ARG IGNITION_USER_HOME=/home/ignition |
| ARG IGNITION_UID=2003 |
| ARG IGNITION_GID=2003 |
| WORKDIR /usr/local/bin/ignition |
| COPY --chown=2003:0 --chmod=ug=rwX,o=rX /usr/local/bin/ignition ./ # buildkit |
| COPY --chown=root:root --chmod=0755 /usr/local/bin/tini /usr/local/bin/gosu /usr/local/bin/docker-entrypoint.sh /usr/local/bin/health-check.sh /usr/local/bin/ # buildkit |
| RUN |4 IGNITION_INSTALL_LOCATION=/usr/local/bin/ignition IGNITION_USER_HOME=/home/ignition IGNITION_UID=2003 IGNITION_GID=2003 /bin/sh -c mkdir -p "${IGNITION_USER_HOME}" && (getent group ${IGNITION_GID} > /dev/null 2>&1 || groupadd -r ignition -g ${IGNITION_GID}) && (getent passwd ${IGNITION_UID} > /dev/null 2>&1 || useradd -r -d "${IGNITION_USER_HOME}" -u ${IGNITION_UID} -g ${IGNITION_GID} ignition) && chown -R ${IGNITION_UID}:0 "${IGNITION_USER_HOME}" && chown ${IGNITION_UID}:0 "${IGNITION_INSTALL_LOCATION}" && chmod g+w "${IGNITION_USER_HOME}" && chmod g+w "${IGNITION_INSTALL_LOCATION}" # buildkit |
| USER 2003:2003 |
| ENV LANG=en_US.UTF-8 LANGUAGE=en_US LC_ALL=en_US.UTF-8 PASS_THROUGH=both IGNITION_INSTALL_LOCATION=/usr/local/bin/ignition PATH=/usr/local/bin/ignition/lib/runtime/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/home/ignition |
| HEALTHCHECK &{["CMD-SHELL" "health-check.sh -t 3"] "10s" "3s" "1m0s" "0s" '\n'} |
| EXPOSE map[8088/tcp:{}] |
| ENTRYPOINT ["docker-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.base.name | docker.io/library/ubuntu:24.04 |
| org.opencontainers.image.created | 2025-10-21T16:38:53.615603881Z |
| org.opencontainers.image.description | Ignition by Inductive Automation |
| org.opencontainers.image.documentation | https://links.inductiveautomation.com/83-docker-image |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | f8f8e5e617aca16dad5a501ab9de8583f5605702 |
| org.opencontainers.image.version | 8.3.1 |