Skip to content

Change all docker-compose (v1) command examples to docker compose #60

Change all docker-compose (v1) command examples to docker compose

Change all docker-compose (v1) command examples to docker compose #60

Triggered via push April 14, 2025 07:25
Status Failure
Total duration 51s
Artifacts 8

docker-build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

180 errors
alpinelab/ruby-dev:3.3.7
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.3.6
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.3.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.4.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.4.2
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.4.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.0.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.10-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.9
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.10
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.9-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.7.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.9
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.6.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.10-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.3-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.0-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.9-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.9-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.10
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.1
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:2.5.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.3-alpine3.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.5.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.9
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.1-alpine3.6
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.8
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.5
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.8-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.3.2
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:2.4.2-alpine3.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.4.1
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.4.1
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.4
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.2.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.4
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.3.4
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.3
The operation was canceled.
alpinelab/ruby-dev:3.2.3
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.5-alpine
The operation was canceled.
alpinelab/ruby-dev:3.2.5-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.0
The operation was canceled.
alpinelab/ruby-dev:3.2.0
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.7-alpine
The operation was canceled.
alpinelab/ruby-dev:3.2.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.7
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk curl openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch|buster) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; case ${debianReleaseCodename} in jessie) curl -fsSL https://deb.nodesource.com/setup_14.x ;; stretch) curl -fsSL https://deb.nodesource.com/setup_16.x ;; *) curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x ;; esac | bash; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
alpinelab/ruby-dev:3.2.7
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.2-alpine
The operation was canceled.
alpinelab/ruby-dev:3.2.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.4.2-alpine
The operation was canceled.
alpinelab/ruby-dev:3.4.2-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.1.6-alpine
The operation was canceled.
alpinelab/ruby-dev:3.1.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.1-alpine
The operation was canceled.
alpinelab/ruby-dev:3.3.1-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.4-alpine
The operation was canceled.
alpinelab/ruby-dev:3.3.4-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.6-alpine
The operation was canceled.
alpinelab/ruby-dev:3.3.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.3.7-alpine
The operation was canceled.
alpinelab/ruby-dev:3.3.7-alpine
The strategy configuration was canceled because "build._3_3_7" failed
alpinelab/ruby-dev:3.2.6-alpine
The operation was canceled.
alpinelab/ruby-dev:3.2.6-alpine
The strategy configuration was canceled because "build._3_3_7" failed

Artifacts

Produced during runtime
Name Size Digest
alpinelab~docker-ruby-dev~3NXYV8.dockerbuild Expired
33.9 KB
sha256:33911cb2c43bb268176a94182c04cb7cad047e3590655d8abd0e5324e2d52442
alpinelab~docker-ruby-dev~83FB29.dockerbuild Expired
31.8 KB
sha256:b38a0a4af6e9de36dc8674bb8f9f1923dd023c7786d58ae5f7f501af85072c2f
alpinelab~docker-ruby-dev~89XV5D.dockerbuild Expired
33.6 KB
sha256:5640dc6a463a29cc3842d03341aa842f4488c6c629a9f9574d2309c200fa56ff
alpinelab~docker-ruby-dev~E6N1MH.dockerbuild Expired
32.7 KB
sha256:2bd014179f7f1d6e503532bbeb7fdc792050f120dc41923c4879aa9c4768cc8b
alpinelab~docker-ruby-dev~HXHL57.dockerbuild Expired
33.7 KB
sha256:cb1b0b7ba8be2f2ade398cae2e57baa7067d027202835345e611bd1472fc0687
alpinelab~docker-ruby-dev~P8TB3Z.dockerbuild Expired
33.6 KB
sha256:c9e1d67e91caa929c5c8f0a80839f71c93e7288d3d14d0ee7147aeaec3b5e1ba
alpinelab~docker-ruby-dev~PZRMPC.dockerbuild Expired
33.4 KB
sha256:6a8986d32affeb5fab2690d662e63765186fa90270c3af7858970adc8cd4972a
alpinelab~docker-ruby-dev~R1PWAL.dockerbuild Expired
34.5 KB
sha256:39319dbb19db1e552a057ccff1f7ec3fa7d3cbca51ac86a46292d09376f90279