Skip to content

Build & Publish Docker image #6

Build & Publish Docker image

Build & Publish Docker image #6

Re-run triggered January 29, 2024 17:49
Status Failure
Total duration 53s
Artifacts

docker-build.yaml

on: release
Push Docker image to Docker Hub
43s
Push Docker image to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Push Docker image to Docker Hub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade && apt-get install -y build-essential git curl wget axel sudo zsh jq zip unzip python3 python3-pip python3-setuptools python3-wheel && useradd -m -s /usr/bin/zsh -G sudo -u 1000 -U *** && echo \"*** ALL=(ALL) NOPASSWD:ALL\" >> /etc/sudoers && usermod --password 3494 *** && chsh -s /usr/bin/zsh *** && mkdir -p /opt/pkg && chown ***:*** /opt/pkg && axel --quiet https://github.com/neovim/neovim/releases/download/$(curl -L -s \"https://api.github.com/repos/neovim/neovim/tags\" | jq -r '.[0].name')/nvim-linux64.tar.gz --output=/opt/pkg && tar -xzf /opt/pkg/nvim-linux64.tar.gz -C /opt/pkg && touch /home/***/.hushlogin && axel --quiet https://github.com/zellij-org/zellij/releases/download/$(curl -L -s \"https://api.github.com/repos/zellij-org/zellij/tags\" | jq -r '.[0].name')/zellij-x86_64-unknown-linux-musl.tar.gz --output=/opt/pkg && tar -xzf /opt/pkg/zellij-x86_64-unknown-linux-musl.tar.gz -C /opt/pkg && mv /opt/pkg/zellij /usr/local/bin/zellij && chmod +x /usr/local/bin/zellij && rm /opt/pkg/zellij-x86_64-unknown-linux-musl.tar.gz && axel --quiet https://github.com/eza-community/eza/releases/download/$(curl -L -s \"https://api.github.com/repos/eza-community/eza/tags\" | jq -r '.[0].name')/eza_x86_64-unknown-linux-gnu.tar.gz --output=/opt/pkg && tar -xzf /opt/pkg/eza_x86_64-unknown-linux-gnu.tar.gz -C /opt/pkg && mv /opt/pkg/eza /usr/local/bin/eza && chmod +x /usr/local/bin/eza && rm /opt/pkg/eza_x86_64-unknown-linux-gnu.tar.gz && axel --quiet https://github.com/junegunn/fzf/releases/download/$(curl -L -s \"https://api.github.com/repos/junegunn/fzf/tags\" | jq -r '.[0].name')/fzf-0.46.0-linux_amd64.tar.gz --output=/opt/pkg && tar -xzf /opt/pkg/fzf-0.46.0-linux_amd64.tar.gz -C /opt/pkg && mv /opt/pkg/fzf /usr/local/bin/fzf && chmod +x /usr/local/bin/fzf && rm /opt/pkg/fzf-0.46.0-linux_amd64.tar.gz && axel --quiet https://dl.k8s.io/release/$(curl -L -s \"https://dl.k8s.io/release/stable.txt\")/bin/linux/amd64/kubectl --output=/usr/local/bin && chmod +x /usr/local/bin/kubectl && curl -s https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash && axel --quiet https://github.com/derailed/k9s/releases/download/$(curl -L -s \"https://api.github.com/repos/derailed/k9s/tags\" | jq -r '.[0].name')/k9s_Linux_amd64.tar.gz --output=/opt/pkg && tar -C /opt/pkg -zxf /opt/pkg/k9s_Linux_amd64.tar.gz k9s && mv /opt/pkg/k9s /usr/local/bin/k9s && chmod +x /usr/local/bin/k9s && rm /opt/pkg/k9s_Linux_amd64.tar.gz && tf_latest=$(curl -L -s \"https://api.github.com/repos/hashicorp/terraform/tags\" | jq -r '.[0].name' | sed -e 's/v//g') && axel --quiet \"https://releases.hashicorp.com/terraform/${tf_latest}/terraform_${tf_latest}_linux_amd64.zip\" --output=/opt/pkg && unzip -q \"/opt/pkg/terraform_${tf_latest}_linux_amd64.zip\" -d /usr/local/bin && chmod +x /usr/local/bin/terraform && rm \"/opt/pkg/terraform_${tf_latest}_linux_amd64.zip\" && procs_version=$(curl -L -s \"https://api.github.com/repos/dalance/procs/tags\" | jq -r '.[0].name') && axel --quiet https://github.com/dalance/procs/releases/download/${procs_version}/procs-${procs_version}-x86_64-linux.zip --output=/opt/pkg && unzip -q \"/opt/pkg/procs-${procs_version}-x86_64-linux.zip\" -d /usr/local/bin && chmod +x /usr/local/bin/procs && rm \"/opt/pkg/procs-${procs_version}-x86_64-linux.zip\" && bat_version=$(curl -L -s \"https://api.github.com/repos/sharkdp/bat/tags\" | jq -r '.[0].name') && axel --quiet https://github.com/sharkdp/bat/releases/download/${procs_version}/bat-${procs_version}-x86_64-unknown-linux-gnu.tar.gz --output=/opt/pkg && tar -xzf \"/opt/pkg/bat-${procs_version}-x86_64-unknown-linux-gnu.tar.gz\" -C /opt/pkg && mv /opt/pkg/procs /usr/local/bin/procs && chmod +x /usr/local/bin/procs && rm /opt/pkg/bat-${procs_version}-x86_64-unknown-linux-gnu.tar.gz && rg_versio
Push Docker image to Docker Hub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7, docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.