IGN Docker Images

Mirrored Docker images for IGN infrastructure

inductiveautomation-ignition (8.1.43)

Published 2026-02-25 03:52:21 +00:00 by Bryan Mellott

Installation

docker pull gitea.bryanmellott.com/ign-images/inductiveautomation-ignition:8.1.43
sha256:7ded7f915eca2ddd300c02b54b4835a7d37aba9bda04f2d5c7fb916bde859d67

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d5da92199726e42da09a6f75a778befb607fe3f79e4afaf7ef5188329b26b386 in /
CMD ["/bin/bash"]
ARG TARGETPLATFORM
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 && 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
ARG IGNITION_USER_HOME=/home/ignition
ARG IGNITION_UID
ARG IGNITION_GID
WORKDIR /usr/local/bin/ignition
COPY /usr/local/bin/ignition ./ # buildkit
COPY /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}:${IGNITION_GID} "${IGNITION_USER_HOME}" && chown ${IGNITION_UID}:${IGNITION_GID} "${IGNITION_INSTALL_LOCATION}" # buildkit
USER 2003:2003
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 jre-tmp && ln -s /dev/stdout logs/wrapper.log && mkdir -p "${IGNITION_INSTALL_LOCATION}/data/local" && ln -s "${IGNITION_INSTALL_LOCATION}/data/local/metro-keystore" "webserver/metro-keystore" && ln -s "${IGNITION_INSTALL_LOCATION}/data/local/csr.pfx" "webserver/csr.pfx" && ln -s "${IGNITION_INSTALL_LOCATION}/data/local/ssl.pfx" "webserver/ssl.pfx" # buildkit
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
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.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-02-25 03:52:21 +00:00
0
OCI / Docker
linux/amd64
1.6 GiB
Versions (5) View all
8.3.0-rc1 2026-02-25
8.3.1 2026-02-25
latest 2026-02-25
8.1.38 2026-02-25
8.1.43 2026-02-25