π try inline exec #21
Annotations
1 error and 2 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<EOR bash\n DISTRO=$(. /etc/os-release && echo \"$NAME\")\n USERNAME=$1\n\n case ${DISTRO,,} in\n ubuntu | debian)\n apt update\n apt install -y sudo adduser passwd\n ;;\n *)\n echo \"Couldn't install user dependencies on distro \\\"${DISTRO}\\\", trying anyway\"\n ;;\n esac\n\n adduser --disabled-password --gecos '' \"${USERNAME}\"\n adduser \"${USERNAME}\" sudo\n echo '%sudo ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers\n\n printf \"[user]\\ndefault=%s\\n\" \"${USERNAME}\" >>/etc/wsl.conf\nEOR" did not complete successfully: exit code: 2
|
build
Unexpected input(s) 'name', valid inputs are ['version', 'driver', 'driver-opts', 'buildkitd-flags', 'install', 'use', 'endpoint', 'platforms', 'config', 'config-inline', 'append', 'cleanup']
|
build
Unexpected input(s) 'name', valid inputs are ['version', 'driver', 'driver-opts', 'buildkitd-flags', 'install', 'use', 'endpoint', 'platforms', 'config', 'config-inline', 'append', 'cleanup']
|