Deploy #1870
build.yaml
on: schedule
test
/
test
32s
Matrix: deploy
Update versions.json and README.md
Annotations
58 errors
|
python3.9-nodejs24-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v24.5.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.9-nodejs22-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v22.18.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.11-nodejs24-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v24.5.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.11-nodejs24-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.12-nodejs24-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v24.5.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.12-nodejs24-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.13-nodejs24-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v24.5.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.13-nodejs24-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.11-nodejs22-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v22.18.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.11-nodejs22-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.13-nodejs22-slim
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v22.18.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.13-nodejs22-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.10-nodejs24-slim
The operation was canceled.
|
|
python3.10-nodejs24-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.13-nodejs22-bullseye
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v22.18.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.13-nodejs22-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.10-nodejs24-bullseye
The operation was canceled.
|
|
python3.12-nodejs24
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v24.5.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.10-nodejs24-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.12-nodejs22
The operation was canceled.
|
|
python3.12-nodejs24
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.12-nodejs22
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.10-nodejs22
The operation was canceled.
|
|
python3.10-nodejs22
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.11-nodejs24
The operation was canceled.
|
|
python3.11-nodejs24
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.10-nodejs22-bullseye
The operation was canceled.
|
|
python3.10-nodejs22-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.9-nodejs24-bullseye
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c NODE_VERSION=\"v24.5.0\" ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; arm64) ARCH='arm64';; *) echo \"unsupported architecture\"; exit 1 ;; esac && for key in $(curl -sL https://raw.githubusercontent.com/nodejs/docker-node/HEAD/keys/node.keys); do gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" || gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" ; done && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc\" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && grep \" node-$NODE_VERSION-linux-$ARCH.tar.xz\\$\" SHASUMS256.txt | sha256sum -c - && tar -xJf \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-$NODE_VERSION-linux-$ARCH.tar.xz\" SHASUMS256.txt.asc SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs" did not complete successfully: exit code: 2
|
|
python3.9-nodejs24-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.11-nodejs22-bullseye
The operation was canceled.
|
|
python3.11-nodejs22-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.13-nodejs22
The operation was canceled.
|
|
python3.13-nodejs22
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.9-nodejs24
The operation was canceled.
|
|
python3.9-nodejs24
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.12-nodejs22-slim
The operation was canceled.
|
|
python3.12-nodejs22-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.9-nodejs22
The operation was canceled.
|
|
python3.9-nodejs22
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.11-nodejs22
The operation was canceled.
|
|
python3.9-nodejs22-bullseye
The operation was canceled.
|
|
python3.9-nodejs22-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.11-nodejs22
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.10-nodejs22-slim
The operation was canceled.
|
|
python3.10-nodejs22-slim
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.13-nodejs24
The operation was canceled.
|
|
python3.13-nodejs24
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.13-nodejs24-bullseye
The operation was canceled.
|
|
python3.13-nodejs24-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.10-nodejs24
The operation was canceled.
|
|
python3.10-nodejs24
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.11-nodejs24-bullseye
The operation was canceled.
|
|
python3.11-nodejs24-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.12-nodejs24-bullseye
The operation was canceled.
|
|
python3.12-nodejs24-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
|
python3.12-nodejs22-bullseye
The operation was canceled.
|
|
python3.12-nodejs22-bullseye
The strategy configuration was canceled because "deploy.python3_9-nodejs24-slim_3" failed
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nikolaik~docker-python-nodejs~07EQ86.dockerbuild
Expired
|
23.6 KB |
sha256:eca749baf5e95699731b54021325595ab5c7c1db67e888274d7039e9a86e99de
|
|
|
nikolaik~docker-python-nodejs~8OCWD5.dockerbuild
Expired
|
24.1 KB |
sha256:bdcfd9b1a9725bf5dcd07d2abffd05f148f2485590a13dafdd8a72d4abedf82f
|
|
|
nikolaik~docker-python-nodejs~DFN9YW.dockerbuild
Expired
|
22 KB |
sha256:a68d99354d6d406a800c4330e90ee3726c7bc69e7a48699896b21af35f124f7c
|
|
|
nikolaik~docker-python-nodejs~F4WP5L.dockerbuild
Expired
|
21.8 KB |
sha256:0166115657ccd4ec4b217fd13e958ae3d72e543b5dec55dc543a25931069270a
|
|
|
nikolaik~docker-python-nodejs~OB9Q7K.dockerbuild
Expired
|
23.9 KB |
sha256:559c7dc58b05380914aa1272cac7457b0446aab69bdc25de720a190b036919b4
|
|
|
nikolaik~docker-python-nodejs~ORSIM2.dockerbuild
Expired
|
23.8 KB |
sha256:71ca9159c8eeedae640010d524508cf58154ca56e12843a4a43a3f63cdc6d2a0
|
|
|
nikolaik~docker-python-nodejs~PAU64X.dockerbuild
Expired
|
24.4 KB |
sha256:9fb5f3bb2f96f940bfbdad7165c19f0a8374822d5851482594729dc5e795dbc4
|
|
|
nikolaik~docker-python-nodejs~SWRSDX.dockerbuild
Expired
|
24.4 KB |
sha256:57b0b84686a51d6afaabaa258537128535024540f21089cf469de0904cffb5a5
|
|
|
nikolaik~docker-python-nodejs~VKWX7P.dockerbuild
Expired
|
22.4 KB |
sha256:ab65718e970811205288b4d2e1547022ddfb3d53580fe5e705d64f28abc2160e
|
|
|
nikolaik~docker-python-nodejs~ZQWYFU.dockerbuild
Expired
|
24.3 KB |
sha256:dd1168dba6c6d1d277c5202b7b4045b6dec7822498e183e029735b77fc395b45
|
|