build(docker): centos7 EOL #541
hybridsql-docker.yml
on: pull_request
build-and-publish
1m 0s
Annotations
1 error and 1 warning
build-and-publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo && yum update -y && yum install -y centos-release-scl epel-release && yum install -y devtoolset-8 rh-git227 devtoolset-8-libasan-devel flex doxygen java-1.8.0-openjdk-devel rh-python38-python-devel rh-python38-python-wheel rh-python38-python-requests rh-python38-python-pip && curl -Lo lcov-1.15-1.noarch.rpm https://github.com/linux-test-project/lcov/releases/download/v1.15/lcov-1.15-1.noarch.rpm && yum localinstall -y lcov-1.15-1.noarch.rpm && yum clean all && rm -v lcov-1.15-1.noarch.rpm && curl -Lo zookeeper.tar.gz https://archive.apache.org/dist/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz && mkdir -p /deps/src && tar xzf zookeeper.tar.gz -C /deps/src && rm -v ./*.tar.gz && /setup_deps.sh -a \"$TARGETARCH\" -z \"$ZETASQL_VERSION\" -t \"$THIRDPARTY_VERSION\" && rm -v /setup_deps.sh" did not complete successfully: exit code: 1
|
build-and-publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|