buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends libnginx-mod-http-lua=1.18.0-6.1+deb11u3 luarocks=2.4.2+dfsg-1.1 nginx=1.18.0-6.1+deb11u3 procps=2:3.3.17-5 && luarocks install lua-resty-http 0.15-0 && ARCH=\"${BUILD_ARCH}\" && if [ \"${BUILD_ARCH}\" = \"aarch64\" ]; then ARCH=\"arm64\"; fi && if [ \"${BUILD_ARCH}\" = \"armv7\" ]; then ARCH=\"armhf\"; fi && curl -J -L -o /tmp/influxdb.deb \"https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_${ARCH}.deb\" && curl -J -L -o /tmp/chronograf.deb \"https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb\" && curl -J -L -o /tmp/kapacitor.deb \"https://dl.influxdata.com/kapacitor/releases/kapacitor_${KAPACITOR_VERSION}_${ARCH}.deb\" && dpkg --install /tmp/influxdb.deb && dpkg --install /tmp/chronograf.deb && dpkg --install /tmp/kapacitor.deb && rm -fr /tmp/* /etc/nginx /var/{cache,log}/* /var/lib/apt/lists/* && mkdir -p /var/log/nginx && touch /var/log/nginx/error.log" did not complete successfully: exit code: 100