design-group / ignition-docker

A preloaded Ignition Docker Development Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIOT Build[BUG]

tyler-kaim1 opened this issue · comments

Describe the bug
When running the Github Action to build and push to Docker Hub there is an error on the IIOT Build.

To Reproduce
If you run the .github/workflows/build-and-publish.yml script, you will be able to see the build fail.

The exact error message is:

Error: buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /modules/pre-loaded-modules && \twget -q --ca-certificate=/etc/ssl/certs/ca-certificates.crt --referer https://inductiveautomation.com/* -O "/modules/pre-loaded-modules/MQTT-Distributor.modl" "${MQTT_DISTRIBUTOR_MODULE_DOWNLOAD_URL}" && \techo "${MQTT_DISTRIBUTOR_MODULE_DOWNLOAD_SHA256}" "/modules/pre-loaded-modules/MQTT-Distributor.modl" | sha256sum -c - && \twget -q --ca-certificate=/etc/ssl/certs/ca-certificates.crt --referer https://inductiveautomation.com/* -O "/modules/pre-loaded-modules/MQTT-Engine.modl" "${MQTT_ENGINE_MODULE_DOWNLOAD_URL}" && \techo "${MQTT_ENGINE_MODULE_DOWNLOAD_SHA256}" "/modules/pre-loaded-modules/MQTT-Engine.modl" | sha256sum -c - && \twget -q --ca-certificate=/etc/ssl/certs/ca-certificates.crt --referer https://inductiveautomation.com/* -O "/modules/pre-loaded-modules/MQTT-Transmission.modl" "${MQTT_TRANSMISSION_MODULE_DOWNLOAD_URL}" && \techo "${MQTT_TRANSMISSION_MODULE_DOWNLOAD_SHA256}" "/modules/pre-loaded-modules/MQTT-Transmission.modl" | sha256sum -c - && \tchown -R ${IGNITION_UID}:${IGNITION_GID} /modules" did not complete successfully: exit code: 1