temp build node non-distroless from this branch #56
Annotations
1 error and 2 warnings
|
Publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; export DEBIAN_FRONTEND=noninteractive; runDeps='libssl3 libsasl2-2 zlib1g libsnappy1v5 liblz4-1 libzstd1'; buildDeps=' build-essential python3 libsasl2-dev libssl-dev zlib1g-dev libsnappy-dev liblz4-dev libzstd-dev git '; apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; chown node ${NODE_PATH}; su node -c \"npm install -g --only=prod node-rdkafka@${NODE_RDKAFKA_VERSION} snappy@${SNAPPY_VERSION}\"; rm -rf /home/node/.npm; rm -rf /home/node/.node-gyp; apt-get purge -y --auto-remove $buildDeps; rm -rf /var/lib/apt/lists/*; rm -rf /var/log/apt /var/log/dpkg.log /var/log/alternatives.log; node -e \"console.log(require('node-rdkafka').librdkafkaVersion)\"; node -e \"console.log(require('node-rdkafka').features)\";" did not complete successfully: exit code: 1
|
|
Publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Publish
Restore cache failed: Dependencies file is not found in /home/runner/work/docker-base/docker-base. Supported file pattern: go.sum
|