Build and Push Docker image #107
Annotations
1 error and 1 warning
Build and push Docker images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [[ ${OSG_RELEASE} == \"23\" ]]; then REL_URL_SNIPPET=23-main; else REL_URL_SNIPPET=${OSG_RELEASE}; fi && yum -y install https://repo.opensciencegrid.org/osg/${REL_URL_SNIPPET}/osg-${REL_URL_SNIPPET}-el${EL_VER}-release-latest.rpm epel-release yum-utils && if [[ ${EL_VER} == 7 ]]; then yum -y install yum-plugin-priorities; elif [[ ${EL_VER} == 8 ]]; then yum-config-manager --enable powertools; elif [[ ${EL_VER} == 9 ]]; then yum-config-manager --enable crb; fi && if [[ ${BASE_YUM_REPO} == \"devel\" ]]; then yum-config-manager --enable osg-development; elif [[ ${BASE_YUM_REPO} != \"release\" ]]; then yum-config-manager --enable osg-${BASE_YUM_REPO}; fi && yum -y install osg-wn-client openssh-server apptainer && yum clean all && rm -rf /var/cache/yum/*" did not complete successfully: exit code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading