Specify work dir in container images. Secure mode improvements #1150
npm-release.yml
on: push
pkg
3m 29s
containers
1h 9m
containers-secure
38m 11s
containers-deno
15m 24s
containers-ppc64
13m 48s
containers-bun
23m 23s
Annotations
3 errors and 5 warnings
containers-secure
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && microdnf install -y php php-curl php-zip php-bcmath php-json php-pear php-mbstring php-devel make gcc git-core python${PYTHON_VERSION} python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip glibc-common glibc-all-langpacks openssl-devel libffi-devel libyaml zlib-devel pcre2 which tar gzip zip unzip bzip2 sudo ncurses ncurses-devel sqlite-devel gnupg2 dotnet-sdk-9.0 && microdnf install -y epel-release && microdnf install --enablerepo=crb -y libyaml-devel jemalloc-devel && alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 10 && alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 && /usr/bin/python${PYTHON_VERSION} --version && /usr/bin/python${PYTHON_VERSION} -m pip install --no-cache-dir --upgrade pip virtualenv && /usr/bin/python${PYTHON_VERSION} -m pip install --no-cache-dir --upgrade pipenv poetry blint atom-tools uv --target /opt/pypi && /opt/pypi/bin/poetry --version && /opt/pypi/bin/pipenv --version && /opt/pypi/bin/blint --help && mkdir -p /opt/bin /opt/.nvm && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && cargo --version && rustc --version && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && source ${NVM_DIR}/nvm.sh && nvm install ${NODE_VERSION} && node --version && git clone https://github.com/rbenv/rbenv.git --depth=1 /opt/.rbenv && echo 'export PATH=\"/opt/.rbenv/bin:$PATH\"' >> ~/.bashrc && echo 'eval \"$(/opt/.rbenv/bin/rbenv init - bash)\"' >> ~/.bashrc && echo 'export RBENV_ROOT=/opt/.rbenv' >> ~/.bashrc && echo 'export NVM_DIR=/opt/.nvm' >> ~/.bashrc && source ~/.bashrc && mkdir -p \"/opt/.rbenv/plugins\" && git clone https://github.com/rbenv/ruby-build.git --depth=1 \"/opt/.rbenv/plugins/ruby-build\" && rbenv install ${RUBY_VERSION} && rbenv global ${RUBY_VERSION} && rm -rf /opt/.rbenv/cache $RUBY_BUILD_BUILD_PATH && ruby --version && which ruby && curl -s \"https://get.sdkman.io\" | bash && echo -e \"sdkman_auto_answer=true\\nsdkman_selfupdate_feature=false\\nsdkman_auto_env=true\\nsdkman_curl_connect_timeout=20\\nsdkman_curl_max_time=0\" >> /opt/.sdkman/etc/config && source \"/opt/.sdkman/bin/sdkman-init.sh\" && sdk install java $JAVA_VERSION /opt/.sdkman/candidates/java && sdk install maven $MAVEN_VERSION /opt/.sdkman/candidates/maven && sdk install gradle $GRADLE_VERSION /opt/.sdkman/candidates/gradle && sdk install sbt $SBT_VERSION /opt/.sdkman/candidates/sbt && SWIFT_WEBDIR=\"$SWIFT_WEBROOT/$SWIFT_BRANCH/$(echo $SWIFT_PLATFORM | tr -d .)$OS_ARCH_SUFFIX\" && SWIFT_BIN_URL=\"$SWIFT_WEBDIR/$SWIFT_VERSION/$SWIFT_VERSION-$SWIFT_PLATFORM$OS_ARCH_SUFFIX.tar.gz\" && SWIFT_SIG_URL=\"$SWIFT_BIN_URL.sig\" && export GNUPGHOME=\"$(mktemp -d)\" && curl -fsSL \"$SWIFT_BIN_URL\" -o swift.tar.gz \"$SWIFT_SIG_URL\" -o swift.tar.gz.sig && gpg --batch --quiet --keyserver keyserver.ubuntu.com --recv-keys \"$SWIFT_SIGNING_KEY\" && gpg --batch --verify swift.tar.gz.sig swift.tar.gz && tar -xzf swift.tar.gz --directory / --strip-components=1 && chmod -R o+r /usr/lib/swift && chmod +x /usr/bin/swift && rm -rf \"$GNUPGHOME\" swift.tar.gz.sig swift.tar.gz && swift --version && mkdir -p ${ANDROID_HOME}/cmdline-tools && curl -L https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -o ${ANDROID_HOME}/cmdline-tools/android_tools.zip && unzip ${ANDROID_HOME}/cmdline-tools/android_tools.zip
|
containers
The run was canceled by @prabhu.
|
containers
The operation was canceled.
|
pkg
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
containers-ppc64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
containers-deno
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
containers-bun
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
containers-secure
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|