Skip to content

用 python 镜像替代 centos, 升级 python 到 3.11 #41

用 python 镜像替代 centos, 升级 python 到 3.11

用 python 镜像替代 centos, 升级 python 到 3.11 #41

Triggered via pull request November 16, 2023 07:05
Status Failure
Total duration 50s
Artifacts

docker-base-image.yml

on: pull_request
Build and push Docker Base images
41s
Build and push Docker Base images
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
Build and push Docker Base images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yum install -y epel-release && yum -y install cmake glibc-common bison gcc-c++ git libaio-devel glib2 glib2-devel libffi-devel gcc make zlib-devel openssl openssl-devel ncurses-devel openldap-devel gettext bzip2-devel xz-devel wget && curl -o mysql-community.rpm -L https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm && yum -y install mysql-community.rpm && yum-config-manager --disable mysql80-community && yum-config-manager --enable mysql57-community && yum -y install mysql-devel && cd /opt && wget \"https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz\" && tar -xvJf Python-$PYTHON_VERSION.tar.xz && cd /opt/Python-$PYTHON_VERSION && ./configure prefix=/usr/local/python3 && make && make install && /usr/local/python3/bin/pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple virtualenv && wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /opt -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && yum -y install https://mirrors.ustc.edu.cn/percona/percona/yum/percona-release-latest.noarch.rpm && sed -e 's|http://repo.percona.com/|https://mirrors.ustc.edu.cn/percona/|g' -i /etc/yum.repos.d/percona-*.repo && yum -y install Percona-Server-devel-57 Percona-Server-shared-57 Percona-Server-client-57 && yum -y install percona-toolkit && ln -fs /usr/lib64/mysql/libmysqlclient.so.18 /usr/lib64/libperconaserverclient_r.so && cd /opt && git clone https://github.com/hhyo/SQLAdvisor.git --depth 3 && cd /opt/SQLAdvisor/ && cmake -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr/local/sqlparser ./ && make && make install && cd sqladvisor/ && cmake -DCMAKE_BUILD_TYPE=debug ./ && make && cd /opt && wget https://github.com/XiaoMi/soar/releases/download/$SOAR_VERSION/soar.linux-amd64 -O soar && wget https://raw.githubusercontent.com/liuhr/my2sql/master/releases/centOS_release_7.x/my2sql -O my2sql && wget -c https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-3.6.20.tgz && tar -xvf mongodb-linux-x86_64-rhel70-3.6.20.tgz" did not complete successfully: exit code: 127
Build and push Docker Base images
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/metadata-action@v3, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and push Docker Base images
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and push Docker Base images
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and push Docker Base images
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and push Docker Base images
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and push Docker Base images
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and push Docker Base images
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and push Docker Base images
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/