Catch errors while provisioning #85
Annotations
1 error
Build & Publish
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -e\n # init and systemd are the only real requirements for systemd.\n #\n # tar wget x-utils can be used to fetch and extract a salt onedir.\n #\n # apt-utils was required by golden states, this may/should be fixed in those\n # states.\n #\n # tree is used by workflows for debugging\n #\n # coreutils provides tail\n RUN apt update -y\n echo 'tzdata tzdata/Areas select America' | debconf-set-selections\n echo 'tzdata tzdata/Zones/America select Phoenix' | debconf-set-selections\n DEBIAN_FRONTEND=\"noninteractive\" apt install -y coreutils tree tar \\\n wget xz-utils apt-utils systemd python3 python3-pip python3-venv git\n\n\n wget https://packages.broadcom.com/artifactory/saltproject-generic/onedir/3007.1/salt-3007.1-onedir-linux-$ARCH.tar.xz\n tar xf salt-3007.1-onedir-linux-$ARCH.tar.xz\n\n ./salt/salt-call --local --pillar-root=/golden-pillar-tree --file-root=/golden-state-tree state.apply python\n\n rm -rf salt\n rm -rf salt-3007.1-onedir-linux-$ARCH.tar.xz\n rm -rf golden-pillar-tree\n rm -rf golden-state-tree\n\n mv /usr/bin/tail /usr/bin/tail.real\n" did not complete successfully: exit code: 127
|
Loading