QD-9968 Build Ruby images with multiple versions #152
Annotations
1 error
Build and push
buildx bake failed with: ERROR: target dotnet-base-233: failed to solve: process "/bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean && mkdir -m 777 -p $QODANA_DATA $QODANA_CONF $DOTNET_ROOT $RIDER_UNREAL_ROOT && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates=$CA_CERTIFICATES_VERSION curl=$CURL_VERSION fontconfig=$FONTCONFIG_VERSION git=$GIT_VERSION git-lfs=$GIT_LFS_VERSION gnupg2=$GNUPG2_VERSION locales=$LOCALES_VERSION procps=$PROCPS_VERSION software-properties-common=$SOFTWARE_PROPERTIES_COMMON_VERSION && echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && locale-gen && apt-get autoremove -y && apt-get clean && chmod 777 -R $HOME && echo 'root:x:0:0:root:/root:/bin/bash' > /etc/passwd && chmod 666 /etc/passwd && git config --global --add safe.directory '*' && curl -fsSL -o /tmp/dotnet-install.sh \"https://raw.githubusercontent.com/dotnet/install-scripts/$DOTNET_INSTALL_SH_REVISION/src/dotnet-install.sh\" && echo \"d9ede6126a6da49cd3509e5fc8236f79addf175696f29d01f38840fd84663514 /tmp/dotnet-install.sh\" > /tmp/shasum && if [ \"${DOTNET_INSTALL_SH_REVISION}\" != \"master\" ]; then sha256sum --check --status /tmp/shasum; fi && chmod +x /tmp/dotnet-install.sh && bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_A -i $DOTNET_ROOT && bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_B -i $DOTNET_ROOT && bash /tmp/dotnet-install.sh -c $DOTNET_CHANNEL_C -i $DOTNET_ROOT && chmod 777 -R $DOTNET_ROOT" did not complete successfully: exit code: 100
|
Loading