Skip to content

Merge pull request #2252 from infosiftr/fetching-gnupg #899

Merge pull request #2252 from infosiftr/fetching-gnupg

Merge pull request #2252 from infosiftr/fetching-gnupg #899

Triggered via push July 7, 2025 17:29
Status Failure
Total duration 1m 18s
Artifacts 18

build-test.yml

on: push
generate-matrix
8s
generate-matrix
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 34 warnings
build (22.17.0, bullseye-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex && savedAptMark=\"$(apt-mark showmanual)\" && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$key\" && gpg --batch --fingerprint \"$key\"; } || { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\" && gpg --batch --fingerprint \"$key\"; } ; done && curl -fsSLO --compressed \"https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz\" && curl -fsSLO --compressed \"https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc\" && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && gpgconf --kill all && rm -rf \"$GNUPGHOME\" && mkdir -p /opt && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && apt-mark auto '.*' > /dev/null && { [ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; } && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && yarn --version && rm -rf /tmp/*" did not complete successfully: exit code: 100
Legacy key/value format with whitespace separator should not be used: 20/alpine3.22/Dockerfile#L81
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/alpine3.22/Dockerfile#L3
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/alpine3.22/Dockerfile#L81
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/alpine3.22/Dockerfile#L3
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/alpine3.21/Dockerfile#L3
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/alpine3.21/Dockerfile#L81
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/alpine3.21/Dockerfile#L81
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/alpine3.21/Dockerfile#L3
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/alpine3.22/Dockerfile#L81
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/alpine3.22/Dockerfile#L3
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/alpine3.21/Dockerfile#L81
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/alpine3.21/Dockerfile#L3
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/bookworm-slim/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/bookworm-slim/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/bookworm/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/bookworm/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bullseye-slim/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bullseye-slim/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bullseye/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bullseye/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bullseye-slim/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bullseye-slim/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bookworm-slim/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bookworm-slim/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bookworm/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 20/bookworm/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/bullseye/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 22/bullseye/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bullseye/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bullseye/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bookworm-slim/Dockerfile#L63
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bookworm-slim/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bookworm/Dockerfile#L49
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: 24/bookworm/Dockerfile#L6
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Artifacts

Produced during runtime
Name Size Digest
nodejs~docker-node~0U21SI.dockerbuild Expired
26.9 KB
sha256:c97746ded0ff84afd18011bc97d9588adf021fc7f6201f2356334f6233c2887e
nodejs~docker-node~50PX28.dockerbuild Expired
27.4 KB
sha256:12da410c6b08da657753daee874bdeebff8c32208490bc95c9995aaab9dec883
nodejs~docker-node~6IWCDH.dockerbuild Expired
32.9 KB
sha256:511ebf4f3977c839e7f75ac5bccbdc3fe3bfc766baea67c619a37b2b13eaed8d
nodejs~docker-node~7RMJBH.dockerbuild Expired
27 KB
sha256:f6fb639a5cb0986b252cefdda2c6e6eff0c03ddc29c2ddaa30e75971b470a61d
nodejs~docker-node~GEM1HM.dockerbuild Expired
26 KB
sha256:82f0ed8281c156af1cfdd9d4762679d405388cbbf2e124f902c9a09e0a3ecbb7
nodejs~docker-node~H3B3TF.dockerbuild Expired
26.9 KB
sha256:c06d7e8ca9e62340e7ac82d1100cb8b220b620d922d16ff35e7e42d4754d4759
nodejs~docker-node~IYQHFV.dockerbuild Expired
49.2 KB
sha256:17fc88153b81ea7e43c27baabb5555838c62bcb07fedf70b398afe598b5ec143
nodejs~docker-node~JA8CC4.dockerbuild Expired
27.7 KB
sha256:a58f28212035428857d10f6c6ad7eff10c4cb047acd25843c0ba35e7c9c16c83
nodejs~docker-node~JS1X2N.dockerbuild Expired
48.8 KB
sha256:2b39f6f451fc702ef149bef64622b7dafd55d285996438f14b514706ba04a89a
nodejs~docker-node~N10UNP.dockerbuild Expired
26 KB
sha256:5a621e12484fbef90f181ed402344717ba8508e003051416078ba876685d7d7f
nodejs~docker-node~O136TI.dockerbuild Expired
44.9 KB
sha256:a50713d059499deda4975afc42c5d84bda3f93620272f547fe3a09be9c245c9e
nodejs~docker-node~R5YE4L.dockerbuild Expired
47.2 KB
sha256:222267f07e5932ad772e97b33cc3dfdc01a7885b96f6497d699d7aa7d177a006
nodejs~docker-node~RANO12.dockerbuild Expired
27.4 KB
sha256:4a3c190e85fb6c14721373159895ff81e83cce73b61e8361b3eb2e8ee589a499
nodejs~docker-node~THUAH2.dockerbuild Expired
26.5 KB
sha256:2d048cc4ca9c9d7130f3f9b70a615c5656295beee5ffce90849433d210615ca4
nodejs~docker-node~TJ3633.dockerbuild Expired
47.8 KB
sha256:e78d49518a27575b782aac7318d0c4c4849c12951d3d1de540fcb04b18ac84c3
nodejs~docker-node~VJ26GG.dockerbuild Expired
27.1 KB
sha256:ce3a61b316a659db132df69ad4fec39615bb4e556196091beb5ba2bd4f5b22ce
nodejs~docker-node~WME772.dockerbuild Expired
27.7 KB
sha256:6b736b404779e70ad961171a927a28a74fc6ae012f58064f4ff70787b248ff70
nodejs~docker-node~ZCRHS4.dockerbuild Expired
26.4 KB
sha256:ebb8b5eafb7813ded4df51838515bfd8cbaa88e1a952670879015ed534c028b4