Remove Ruby 3.4.0 #56
Annotations
169 errors and 298 warnings
|
alpinelab/ruby-dev:3.4.2-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.3.7-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
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 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) 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
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 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) 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.3
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 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) 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
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 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) 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.8
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 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) 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
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 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) 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
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 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) 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.1-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.3.6-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.3.3-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.3.0
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 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) 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-alpine
buildx failed with: - LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 7)
|
|
alpinelab/ruby-dev:3.3.8-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.3.5-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.2.6-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.3.4-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.1.6-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
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 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) 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.5
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 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) 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 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) 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.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 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) 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.3
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 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) 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.7.3
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 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) 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
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 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) 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.0.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 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) 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.7.1-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c gem update --system ${RUBYGEMS_VERSION_ARG} && gem install bundler${BUNDLER_VERSION_ARG:+:${BUNDLER_VERSION_ARG}} && gem install bundler:1.17.3" did not complete successfully: exit code: 1
|
|
alpinelab/ruby-dev:2.7.6
buildx failed with: ERROR: failed to solve: ruby:2.7.6: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7a7adf53e69f833eda3205c628ae7f83e32a8095bfb3a96686cf0369f6c2f63b: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_iW3KhIsc0tS47ghxNB_CttVp73s=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.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 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) 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.0.6
buildx failed with: ERROR: failed to solve: process "/bin/sh -c gem update --system ${RUBYGEMS_VERSION_ARG} && gem install bundler${BUNDLER_VERSION_ARG:+:${BUNDLER_VERSION_ARG}} && gem install bundler:1.17.3" did not complete successfully: exit code: 1
|
|
alpinelab/ruby-dev:3.0.2
buildx failed with: ERROR: failed to solve: ruby:3.0.2: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:15dd21ae353c5f4faebed038d9d131c47b9fd84c14be8c3cfbc750204b63f009: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_RMf8a-Z8hqk-Wj_h8xdgO2feADo=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.3.2-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:2.7.4-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.4-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:4f8e01030cbfc0c4521f03dde723aeb3b2d38349022275634a4c03be384d7212: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_6OhnBqzqmAUOBPntSawx4_iPbx8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.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 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) 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.7.6-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.6-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:61da89ad73dc0e19221ba3fee68e831aff22089e5322e55a0eba09ee80bbc850: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_rWd6CPTPR8VdSe6gNdAhWkZE8Ho=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c gem update --system ${RUBYGEMS_VERSION_ARG} && gem install bundler${BUNDLER_VERSION_ARG:+:${BUNDLER_VERSION_ARG}} && gem install bundler:1.17.3" did not complete successfully: exit code: 1
|
|
alpinelab/ruby-dev:3.2.4-alpine
buildx failed with: ERROR: failed to solve: ruby:3.2.4-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:867125ca5fed8316e90a5fba593ecb86392073d6d26f44307f4936218d2f5613: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_d4X0NigX2-57jn22QpnSKXhI4kg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.3.0-alpine
buildx failed with: ERROR: failed to solve: ruby:3.3.0-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:447495d87e72344ac35f14afd4bebd635eaafcaf3f147ebb72a15fa555b8584e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_QmTYX5KxxpGFOuVcBMVbEwpGJT4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.5-alpine
buildx failed with: ERROR: failed to solve: ruby:3.0.5-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:a022e8253d915dcb125e822583187ef5f84733facad72bb222a4b53add382b04: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_mI5jyVe0-4G0mKmHKTD_FXkCukE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.1-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.1-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:bfd381d5a7bdef79830aaf264befeeea8a3830669650d3f346ef3f5834c5ecdc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_dEbElYqqxWiSQNancgwDE6ks6_8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.5
buildx failed with: ERROR: failed to solve: ruby:3.2.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:681581ccc6d980e05ec4643a9ab209a5e31394950d63aa52a2d12a0c9e28fa1c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_YrApVVggyG58cEgELihuPtHSel4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.5
buildx failed with: ERROR: failed to solve: ruby:2.7.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:365df8a52b0cb34939e59c69136f7488aa8d7a8f4c2711af0a1bc25b8e8e6471: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_86fNezB2T2rXHjraI7zDRVCqVdI=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.4-alpine
buildx failed with: ERROR: failed to solve: ruby:3.0.4-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:d5c7b1207fdfc7a39125c2a33929b974077f6cd1dfdaaca3750d114e5febf32e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_Gr0B0_MGjkhw56xN7fzadZdWbXU=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.7
buildx failed with: ERROR: failed to solve: ruby:2.7.7: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:bcaad4dfd52b4805e9f8c5205be5aadb8c206813199a9aeae13793a93f2d7296: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_pT5FnVOj1FcHecCRT95JLVHMFRY=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.10
buildx failed with: ERROR: failed to solve: ruby:2.6.10: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:a79c8ddb7f3d3748427e2d3a45dcae6d42f1d80d9ae3b98959b3a27b220bf434: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_a_hRKdtlIjgAyYt_9xHaDnd4ySw=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.5-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.5-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:1211633790f90131e47aa87bb04dd7b9088368593d1a4120316e62ef091c9e6f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_oGMUQIERz0zlzPqEBbmwcXKaqZQ=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.0-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.0-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:0602d61c893480f4cd05c1941459e371e2d30ff82203fd3dabaaf2358f301894: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_XIhGZmni66gExShNn1jYjuipyv4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.2
buildx failed with: ERROR: failed to solve: ruby:3.1.2: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7681a3d37560dbe8ff7d0a38f3ce35971595426f0fe2f5709352d7f7a5679255: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_uQdfYvHLxT-rn13lg90OQB9cW10=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.3.1
buildx failed with: ERROR: failed to solve: ruby:3.3.1: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:797d68561a91415e05fd95178f467d86d77bce2d4f17f32683241a687cbd1705: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_xNqRtrygN_OMljZKq7ZOTMLBCJ8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.6-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c gem update --system ${RUBYGEMS_VERSION_ARG} && gem install bundler${BUNDLER_VERSION_ARG:+:${BUNDLER_VERSION_ARG}} && gem install bundler:1.17.3" did not complete successfully: exit code: 1
|
|
alpinelab/ruby-dev:2.7.3-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.3-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:b63a28fd862407f5a57486076c19003389d6a3c3f13dc6b198519064fbc12546: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_q1wKkykh5FoW-LCWnQtgDKqm_fE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.3-alpine
buildx failed with: ERROR: failed to solve: ruby:3.0.3-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:33d32760c00e00eaf9f408230d0e6b0ed2de0b0417cf8efd8dd89cd9d734b92b: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ri7_zTLAOkK4fMAzjdbERFC1iRs=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.0
buildx failed with: ERROR: failed to solve: ruby:2.7.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:10f418593f7a95a50bdb880fdf94182c9c577b0b48159860dfb6854bebe0a41e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_-U_oJgFsJ7amnQXnmy7c5GU8aSM=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.5-alpine
buildx failed with: ERROR: failed to solve: ruby:3.2.5-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:46bfb80f04bc0ac948625d1a1a9de5b7834109e955f302f8675a98d8f0ae4ecb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_xriM5xCtW35Wg_0wvIRX_jbi2Vk=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.7-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:83300e513df3dde6863830edfd7aea792e4577fc348aa5e90dd7bf848d14dc96: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_GKabShX4xUgJUl9LgzH9rbnt9tk=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.7-alpine
buildx failed with: ERROR: failed to solve: ruby:3.2.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:64cf20b9a8700e1729fc3e7a5966c79e100b38b171651df67120a0d8ac97dd0f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_AqrtA3D6rA_I0eiGjdwzbxvJYgY=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.5
buildx failed with: ERROR: failed to solve: ruby:3.1.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:0a72949c3f03c00bb9c63b382db570d2ecb743a288d59c3a322845529b510a42: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_jxIMLkMyjqUFw16OpJ-jTbUgz18=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.4-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.4-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:fed914836a7a603cb0a8988335d0e5cdb00464ced292459f3f77669d076bb931: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_PII_cxjhuvf_adIs_6ZfIljf0rE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.2
buildx failed with: ERROR: failed to solve: ruby:2.7.2: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:1dd0106849233fcd913b7c4608078fa1a53a5e3ce1af2a55e4d726b0d8868e2f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_0musWNkd0SiKqjwixTObC9oDek4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.7
buildx failed with: ERROR: failed to solve: ruby:3.0.7: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:dcb8a8a6ee981f949da505cb9f4f15cde696e7bcb088955bc1f92f23a4cd7a72: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ACbeXqLOsxunWp0Kkpibm9H11F8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.2-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.2-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:05b990dbaa3a118f96e9ddbf046f388b3c4953d5ef3d18908af96f42c0e138d9: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_d8y_f2qAfQb-oOayZK5btWNet_0=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.1
buildx failed with: ERROR: failed to solve: ruby:3.2.1: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:b38264d66820f3696906ed5fa51b1317d83215515f4a45500c9bf403bf2c9b47: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_kiO8bEKWaOP-32ERQN-v9BDZeVE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.2-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c gem update --system ${RUBYGEMS_VERSION_ARG} && gem install bundler${BUNDLER_VERSION_ARG:+:${BUNDLER_VERSION_ARG}} && gem install bundler:1.17.3" did not complete successfully: exit code: 1
|
|
alpinelab/ruby-dev:3.1.0
buildx failed with: ERROR: failed to solve: ruby:3.1.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:249deb7f2b1a01f034141f529a2daeecdfd2c04aa1e2b456bf328d899779ad7c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_EQwS1A6SUUmoLcl8QMQnBdzC5mg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.4
buildx failed with: ERROR: failed to solve: ruby:3.0.4: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:261fa5cfc39bfd39811a4f86f350e60aa3fa4e5a1ef68e92123f17e5c149e163: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_lvEJHnzOOWodLUMKdTi21xc1wIo=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.3-alpine
buildx failed with: ERROR: failed to solve: ruby:3.2.3-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:a22f35cda38967eb5487bcb1516e803704478efe4ba73f58b068b131ad4440cf: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_RH4RG5ICCwH4rUOm6WVOo09bDUc=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.3-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.3-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:3c9268071e2279f70366b942eabd0093f91a6726d50a5d843243d5546eb32253: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_qU0qK1zFenUbTfE8wnKArxPQ9O4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.5-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.5-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:1c3084ef22301c316a2a7b2a350cc18e83d158ec6ccd44dd7fcec0d8ce148e42: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_XoKrStQ_2_S2OY4Cy4oMDiykxek=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.3
buildx failed with: ERROR: failed to solve: ruby:3.0.3: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7c57b474163e01f1518ff830dffef023fbd014378edd414526562137edc1400f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_Sd0h5N5Y0aROgMYn8XrUB9r5Pek=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.7
buildx failed with: ERROR: failed to solve: ruby:3.1.7: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:91627f55e8969006aab67d15c92fb930500ff73948803da1330b8a853fecebb5: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_cz6vTQMpuFsAmZry0ezEMl-M6rk=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.4
buildx failed with: ERROR: failed to solve: ruby:3.1.4: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:8ebc619f459ec62a7d0763f910e50787cc7999de3c09632536b22aaf8725d3f1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_MOP97WwUOs7Lp4Do71FaEmfmtkw=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.7-alpine
buildx failed with: ERROR: failed to solve: ruby:3.0.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:a59120aca45394ee979248e886672acaac91f175daf52cb91deb43075b076bd1: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_kcW6MzHLVxvEAh3X-JHagT7K6TE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.1
buildx failed with: ERROR: failed to solve: ruby:2.7.1: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:b3aab6a052e2397456342d97a4d0591d4b2bf54b1ee6e599867fb95440f22a6c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_s-ysY2hkj29hG7Q3tcCE-Fno5uY=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.6
buildx failed with: ERROR: failed to solve: ruby:3.1.6: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:aaf664741b8de45efe7c5db430430784c11af7d069027b2f008b74a53b8882ae: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_fMjxlrZq-3aE0ffVdo6c51DFIhg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.2.8-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
|
alpinelab/ruby-dev:3.0.5
buildx failed with: ERROR: failed to solve: ruby:3.0.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:93c6a63ea11b3245120bd0e73f57cf454c9312e4b3de81a9f7079560710531a8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_75Oxvn9mApIFkXVWF8UOddQJTiA=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.0-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c gem update --system ${RUBYGEMS_VERSION_ARG} && gem install bundler${BUNDLER_VERSION_ARG:+:${BUNDLER_VERSION_ARG}} && gem install bundler:1.17.3" did not complete successfully: exit code: 1
|
|
alpinelab/ruby-dev:3.1.1
buildx failed with: ERROR: failed to solve: ruby:3.1.1: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:02132b99bb12b791701ae9bd86119eb879e49478b7b5d840c6c7cc9281ee63c0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_rV2rED2rRNZjzkwRDK-Fnp01Xvs=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.4
buildx failed with: ERROR: failed to solve: ruby:2.7.4: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:c4f29f28d297efcce62455a20d38383155a85eda9de38ed4635c2c5f3017df03: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_k9DqX6cgRqptIcxZYZ1NxXRp75w=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.0
buildx failed with: ERROR: failed to solve: ruby:3.0.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:c74394d0a4a05a3068ca9d0c53c36d451e27773264b568ae16ae24be9ad5621d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_oTDOZBKnrcHHfP9WsFnrpI5UlG8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.8-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.8-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:371668748735a808d1fd1c506878e09f40cb542ffc758cfa7eb124f90827e8d9: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_D8qPjpoJ2kUbrHWQhkmogAsLy5Q=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.6-alpine
buildx failed with: ERROR: failed to solve: ruby:3.0.6-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:afda58a004bb2fc9c8d467702c72b2fa2fb87bf6c8bdaea882bf00bcdf20d3c8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_r6BGc5sbl-Af1UxkezfHqOX2AxA=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.0-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.0-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:901ffa5b3f94ce884ecec25146ec117984f30d3bc58663829f7a2028ba6e406b: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ljOvmkdU-hqQGeh3kHTevb9gauY=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.0.1-alpine
buildx failed with: ERROR: failed to solve: ruby:3.0.1-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:c7d2b6967cbf1d84477232ec8ad165585bed1f2cf8870eca86b3f90b1369313f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_Why-0z7F30IeZQ_nK9-pcQOuxk4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.9
buildx failed with: ERROR: failed to solve: ruby:2.4.9: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:ce11fe98828fa21c2f5e6c6802ff4e0ae3edac5d969c889e35d7f2079ed2e305: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_A5FGrLbTjiBx6147S_B-GRzzXgg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.8
buildx failed with: ERROR: failed to solve: ruby:2.6.8: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:9ce6eccc1843feef1411844dfdc9d5b5d846bc225d3a5626d23ffc398f1b15d8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_OtDA_-GPqFVdPYl-0DmN0rtlRik=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.7-alpine
buildx failed with: ERROR: failed to solve: ruby:3.1.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_Ewq1ye9Hh5vhEEy-9ArsSDSIIh4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:3.1.3
buildx failed with: ERROR: failed to solve: ruby:3.1.3: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:c4d28f375a0addcf2d6fc0ac59e1f2d9d6ed5a2531568c1b80c35627bcae5b21: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_4jpxVKBUGfnjydlknRrFjf8OYHE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.6
buildx failed with: ERROR: failed to solve: ruby:2.3.6: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:139ecd159fb74b1de1b1645b17cb7297bcdacee92aed8cdd0c1ada03eb9af994: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_FncqvNlTomhIhNZYpOd-u15YlGU=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.0
buildx failed with: ERROR: failed to solve: ruby:2.3.0: failed to fetch schema1 manifest: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:1759dbfc94b572b340f5e415734029a1e1cef460d5343fe38c757b0df7ef64ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_JJ6VQ9m7ItBW5Euqa0hn0F0Qs0U=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.4
buildx failed with: ERROR: failed to solve: ruby:2.3.4: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:e446234a698e796eab50341f56161d2a83a947fed75be05070d68e0584dc9cd4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_JzqJHwzswdrjjhyCvZiYnQEb0qw=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.5-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.5-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:a5b974e2ebb2b72642f4de4e5562597ec0883c3bfd93e9553cee6bd395dfbf00: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_H1ewPT90tKJB5bT99qGirlrVCLI=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.0-alpine
buildx failed with: ERROR: failed to solve: ruby:2.5.0-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:1d35d83403ab30d3f6d93df194fd830286e0f26d8d26e2748d46f6307c40d7e7: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_dNnSpFVQm9xVJtMnDOEdExWquYU=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.7
buildx failed with: ERROR: failed to solve: ruby:2.3.7: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:2b3f3291cd7a922129dd7c60af2abf72446ab35f0b39308d349ca42856cd2752: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_R11z8mvDz2Fllo4o7aBArQcJrjQ=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.3-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.3-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:a546d6c5f530bbcc2d41fbf0da21d94da9f70cba2997c82b57b06ea6a2ef155d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ZdXpzQ68wB527XxsDEEClEVF4EM=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.2-alpine3.7
buildx failed with: ERROR: failed to solve: ruby:2.4.2-alpine3.7: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:01768232842e9686435f59619e67107a9735cbed999df55b6a85de18f96ed6de: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_TXRwCvH0YCH50S5Ljji5Fo1H_Vc=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.3-alpine
buildx failed with: ERROR: failed to solve: ruby:2.5.3-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7ebec247c056cca18bd28e0d5c143641280327bb88584d750e87c3fa53f8aa60: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ttaf7iMbIhNRU55d-ErxZlKcE9Q=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.5
buildx failed with: ERROR: failed to solve: ruby:2.5.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:219b0f233f8214793ccc8cdc787224dc6cfb728e98af9ea2c991f23bf1aee1ab: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_sN_px8nk1Ku-J83cNxEK3R0bs9o=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.7-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:953af80c10f1769ebe7449f99c41eea7b98655c38d02feedfd1f7b718df9550b: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_8GuDRt1EekGmbe3u_YItmuQ2dTY=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.5
buildx failed with: ERROR: failed to solve: ruby:2.6.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:651078e89471c30567685dce4caa321adf1f846b353e05c327b55d76a84acc50: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_4l9E1AWwSl_szjpgHmxiT7cUwmI=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.5
buildx failed with: ERROR: failed to solve: ruby:2.4.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:ad6d9f12c31f239abe36dd8b44827e980073430e8b69dc2911f06d182e09689f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_erMkhIt6C4hYvAMpcy7isrznNjc=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.7-alpine
buildx failed with: ERROR: failed to solve: ruby:2.4.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:30791db6de97d983618f098714bff29d596f987169ea46fe0053cbdb4e1dd570: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_sajCCao6jhUCJQJKoLn0yvSGBQk=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.1-alpine3.6
buildx failed with: ERROR: failed to solve: ruby:2.4.1-alpine3.6: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:cc25842329906d3fabcb15870e07b39ea97e2e5ce27ec2ea07bdc31b4f233be0: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ujc5lTgaMg_tFwVAskgOlggntqk=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.4
buildx failed with: ERROR: failed to solve: ruby:2.6.4: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:403a98dc3cc6737cc81ff5143acb50256ce46a65b462c8c75e1942a1c8480852: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_RlKeF5xjTPsRjrODd0wKNk6fWn4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.2
buildx failed with: ERROR: failed to solve: ruby:2.6.2: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:d5af6b19da8381014f59e79245ae242dd5ea8dfe1a8a6c0e2bc481366f1e92b9: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_Tg_UVmv85xbHGiaR_0nR_O1R7TM=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.8-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.8-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:e46543bbe981856d65879e614f72ab662dbb512e26dc127783d43b1e41269bdb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_-JZqZO3K07ofFGpsBseG3woOp4M=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.4-alpine
buildx failed with: ERROR: failed to solve: ruby:2.4.4-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:738d241dd3975dd4ac224a42e3f554922ad21aced2fb8c0007acf94b3a11e90a: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_DJANawd4Livb14DC7Gou6PKJF0U=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.10-alpine
buildx failed with: ERROR: failed to solve: ruby:2.4.10-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:e81f81a1212ead9850417aaabe9787bafec62d5ecbc93000bd5422ba6042600d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_BO5UfoYgCcjslTx8q_tVI_xkUug=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.3
buildx failed with: ERROR: failed to solve: ruby:2.5.3: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:ae790cc668ca4dd837399a801fbb235d22769ad3e899f8e1b409490d011ff2ba: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_5ef0Vv6aGqsD6fP_1wwHDIzR5kU=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.8-alpine
buildx failed with: ERROR: failed to solve: ruby:2.4.8-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:6146d1f19b2b3d762f6524666494aea21a6405146595599481b6dbe9b3cbd7dd: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_kSWiLBYfipduvb1MJENnrje_nn0=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.7-alpine
buildx failed with: ERROR: failed to solve: ruby:2.5.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7d97163690eb7fac9f21630bb256ed72164505a2b3b5eee315144e6af2d99ae6: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_0qDUMUuLhJmvQDvPRmTwT46a9DA=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.4-alpine
buildx failed with: ERROR: failed to solve: ruby:2.5.4-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:16a781fb1d7019d6719388b0f6e7120a80798b728110f056c1f49fcfd8130468: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_qKl3E0wW2UCag2aK6ne3bIzpMy0=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.7-alpine
buildx failed with: ERROR: failed to solve: ruby:2.3.7-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:b21ee0507931ed57a779075df8ec386cb91f6f9c79929a8b5ad077054f1d3114: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_xTJ9uRVY9ITwGL3bLefEOSAi58U=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.0
buildx failed with: ERROR: failed to solve: ruby:2.5.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:cde5649ea901f6b36714b69a0ad8717ddaffa42131343dba30a02b61f3177fca: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_8qJnNW6-7sTKfqFS8RQDHr670Ds=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.4
buildx failed with: ERROR: failed to solve: ruby:2.4.4: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:768634a38d69dfffb1591899febb1c368515a00f33ade8503e0dabce0cb5c18c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_qgIJHuwxv11csi7zuHNfNEVUTMQ=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.2
buildx failed with: ERROR: failed to solve: ruby:2.4.2: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7271d0cd55da37b6f28924c9452871d77e828c4d38ef3438cfc179388209e51f: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_nxN_sXihgVRdgzMx9ZZ-FiN6n4s=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.3
buildx failed with: ERROR: failed to solve: ruby:2.6.3: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:358f16e92d0f66599103318f7a8528d449b0973fd89e46a1a5c47cec7479f09b: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_ntP4Tm8Yk6TQFIMTcMLDAdW9bqA=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.8
buildx failed with: ERROR: failed to solve: ruby:2.4.8: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:b1a5dafb9ce889a1ba85122b96bddd505ec8449069d3f7508af14b407c143b72: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_xqw8ZYZ2eauCqLKrWmEUPpWxNGo=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.5
buildx failed with: ERROR: failed to solve: ruby:2.3.5: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:d3e157bcb4f53f7eb3d8b7a88590354c5d72aef2199c37d9a4488da66f9de76e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_6ryUq8G8HUYY6UyOEoPCI_d_3SY=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.1
buildx failed with: ERROR: failed to solve: ruby:2.4.1: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:b6d5b373153e87809d2dd067bfda8a88e901731c3efec0ca640e9a49ffcdd26d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_jTpjmoymrLjrRdNG0skDSuLBxK4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.6
buildx failed with: ERROR: failed to solve: ruby:2.5.6: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:346dfb3ce53f7728869ad01aeee662c5c0301072c45cae2aeda425d6cadb7a01: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti__LFYIrLlVOYqUINOmMXR95di7Cg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.3-alpine3.7
buildx failed with: ERROR: failed to solve: ruby:2.4.3-alpine3.7: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:2e56c964cc14928a2cf54cd045b8495d9d26f0359647850d54133ad004338211: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_4_CDfwlKF73s8WhaRdS8UdCFTd4=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.9-alpine
buildx failed with: ERROR: failed to solve: ruby:2.4.9-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:816c720db91c7b5366917a29a0b2ad238e4c67607f90c865002190cf2a32ac7e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_lXBl-U1VL5aERyw4Dyt2cuUqnNA=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.1-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.1-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:7fdd3e9ab2f9797c280deeb1a97d8158b28bd33eb98531b928cb006270712d2e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_lOaT97NRsIDhhhf9icvNGeK_VXc=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.10-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.10-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:382ce92de42ef027bf1bfe382c3f3c3878042c41c07da8b8aa41855db0894762: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_QU1idcbAE7pE8goJYCDxVEwKYYc=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.0-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.0-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:3e3e25d53934c6e9fc2401738d1ddd3b1edbdb13d5509bbbd061b2b1f3c30f76: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_N3Hv-SlEmFCO-vb5nKYzEJzQJ1g=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.5-alpine
buildx failed with: ERROR: failed to solve: ruby:2.5.5-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:1165a3878359e0b9814d5437460d01548ce0d79cb27570b316a4ace44515b241: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_iORYwN8zWxYYcm8mZZP8V7ifgjk=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.9
buildx failed with: ERROR: failed to solve: ruby:2.6.9: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:c40edb661be87f7067f506e2f5c1717c8766f822c996f1b35320cc30459c65dd: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_TZYPfYEcXLKirsf9dP6HNiMdgx8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.8
buildx failed with: ERROR: failed to solve: ruby:2.3.8: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:78cc821d95c48621e577b6b0d44c9d509f0f2a4e089b9fd0ca2ae86f274773a8: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_OsCTYixsmxMPpjbRMw-fo9Rzpcg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.1-alpine
buildx failed with: ERROR: failed to solve: ruby:2.5.1-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:5c2c66e70bfbb3f08d67e1335f555ccf69f6e3bcbf418a7b2fe3abf31d330ff2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_jXzGN5Bi8DjjL9KVM9D4veGL-uI=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.2-alpine
buildx failed with: ERROR: failed to solve: ruby:2.6.2-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:704b3369eb921a8b42239fbfb6c3ea443a72ed5e483be0eb8b97324cca6e4e2b: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_LLLv--K2A6GkBjGBqgDbOI9STMM=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.2
buildx failed with: ERROR: failed to solve: ruby:2.3.2: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:6db616455732d157dc37f587064a624e032caa5d9705d40efd98a3fadaa8984e: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti__IksiM3KlLW_OLtNccH63zb1AsE=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.3.3
buildx failed with: ERROR: failed to solve: ruby:2.3.3: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:fb643a7188c7567d5e32b47d674a32589df86bec769b5fef978951aa3efe994d: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_k0IO4HBhUursBQdgcuQHT-7g-Bg=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.9-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.8-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.8
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.7
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.6.7
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.3.8-alpine
buildx failed with: ERROR: failed to solve: ruby:2.3.8-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:60c44723f12848e72d9b87efbb00cff4e5d34fec9520e0692e26e181f54302be: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_BA_jJzWbp6MWVp2blA9qlgXxK4c=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.5.4
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.9-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.1
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.6-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.10
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.7
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.5-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.3
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.3.1
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.6.6
buildx failed with: ERROR: failed to solve: ruby:2.6.6: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:ee53ac01b7ec7d8d42f53175ed33c39474d40d4af43cccc13cb3370cef586845: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_wtD7QGIFqHcE7MBlfiisgq6lf2w=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.6.6
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.6-alpine
buildx failed with: ERROR: failed to solve: ruby:2.4.6-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:64d26cf4712e5a761f80a962facdfa408138308f7d5ddbcdfe07b2aa1fad4ffb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_viJCC4mbTLNo8NR73DyC4SSiYI8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.4.6-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.6.4-alpine
A task was canceled.
|
|
alpinelab/ruby-dev:2.6.4-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.6.0
The operation was canceled.
|
|
alpinelab/ruby-dev:2.6.0
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.6
The operation was canceled.
|
|
alpinelab/ruby-dev:2.4.6
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.5.9
The operation was canceled.
|
|
alpinelab/ruby-dev:2.5.9
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.7.2-alpine
buildx failed with: ERROR: failed to solve: ruby:2.7.2-alpine: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/ruby/manifests/sha256:c052b6b5daf7bf467a2ad3368e29ead4ebfb04f2b25b45cbf32a4a4c5f8ee362: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit as '***': dckr_jti_BOsBshiz5JHMhM3-vtdpJsoHRn8=. You may increase the limit by upgrading. https://www.docker.com/increase-rate-limit
|
|
alpinelab/ruby-dev:2.7.2-alpine
The operation was canceled.
|
|
alpinelab/ruby-dev:2.7.2-alpine
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.4.0
The operation was canceled.
|
|
alpinelab/ruby-dev:2.4.0
The run was canceled by @michaelbaudino.
|
|
Docker Build
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:2.6.1
The operation was canceled.
|
|
alpinelab/ruby-dev:2.6.1
The run was canceled by @michaelbaudino.
|
|
alpinelab/ruby-dev:3.4.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.4.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.10
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.10
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.3.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1-alpine
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.2.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.0.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.9
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.9
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:3.1.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.2-alpine3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.2-alpine3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.3-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.1-alpine3.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.1-alpine3.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.10-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.10-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.4-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.7-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.0
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.4
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.5
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.3-alpine3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.3-alpine3.7
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.9-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.9-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.10-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.10-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.0-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.5-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.9
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.9
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.8
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.5.1-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.3
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.3.8-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.6
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.4.6-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.7.2-alpine
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
alpinelab/ruby-dev:2.6.1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|