buildx failed with: ERROR: failed to solve: process "/bin/bash -euo pipefail -c apt-get -y update && apt-get -y install xmlstarlet curl gpg; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22