Deploy #193
Annotations
1 error and 1 warning
Build & Push Final Image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(git) && apt-get update -q && apt-get install -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -o Dpkg::Options::=\"--force-confold\" -y --no-install-recommends --no-install-suggests ${TEMP_PACKAGES[@]} ${KEPT_PACKAGES[@]} && mkdir -p /src && pushd /src && git clone --depth=1 ${radar_repo} radar && cd radar && make && make install && popd" did not complete successfully: exit code: 100
|
Cache build of image:
Dockerfile.nohealthcheck#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|
Loading