Deploy #292
deploy.yml
on: workflow_dispatch
Run hadolint against docker files
6s
Triggered via Workflow Dispatch?
0s
Image Build & Push
/
Prepare workflow environment
4s
Image Build & Push
/
Build (manifest)
1m 30s
Image Build & Push
/
Build nohealthcheck (manifest)
0s
Matrix: Image Build & Push / Build
Matrix: Image Build & Push / Build nohealthcheck
Annotations
1 error
Image Build & Push / Build (manifest)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && dpkg --add-architecture armhf && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(git) && KEPT_PACKAGES+=(jq) && KEPT_PACKAGES+=(net-tools) && KEPT_PACKAGES+=(procps) && KEPT_PACKAGES+=(ca-certificates) && KEPT_PACKAGES+=(libc6:armhf) && KEPT_PACKAGES+=(curl) && apt-get update && apt-get install -y --no-install-recommends ${KEPT_PACKAGES[@]} ${TEMP_PACKAGES[@]} && curl --location --output \"/tmp/pfclient.tar.gz\" \"http://client.planefinder.net/pfclient_5.0.161_armhf.tar.gz\" && echo \"0f1e6b90f292833060020d039b8d2fb1 /tmp/pfclient.tar.gz\" > /tmp/pfclient.md5sum && md5sum --check /tmp/pfclient.md5sum && tar xvf \"/tmp/pfclient.tar.gz\" -C /usr/local/bin/ && apt-get remove -y ${TEMP_PACKAGES[@]} && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /src /tmp/* && if /usr/local/bin/pfclient --version > /dev/null 2>&1; then echo \"pfclient $(/usr/local/bin/pfclient --version | head -1 | rev | cut -d \" \" -f 1 | rev)\" >> /VERSION; else echo \"pfclient $(qemu-arm-static /usr/local/bin/pfclient --version | head -1 | rev | cut -d \" \" -f 1 | rev)\" >> /VERSION; fi && grep 'pfclient' /VERSION | cut -d ' ' -f2- > /CONTAINER_VERSION && cat /CONTAINER_VERSION" did not complete successfully: exit code: 1
|