Merge pull request #78 from yarikoptic/enh-codespell #6
container_build_publish.yml
on: push
Build Docker image and push to repositories
8m 29s
Annotations
1 error and 4 warnings
Build Docker image and push to repositories
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -y -q --no-install-recommends bc dc file libfontconfig1 libfreetype6 libgl1-mesa-dev libgl1-mesa-dri libglu1-mesa-dev libgomp1 libice6 libxcursor1 libxft2 libxinerama1 libxrandr2 libxrender1 libxt6 sudo wget && apt-get clean && rm -rf /var/lib/apt/lists/* && echo \"Downloading FSL ...\" && mkdir -p /opt/fsl-6.0.1 && curl -fsSL --retry 5 https://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-6.0.1-centos6_64.tar.gz | tar -xz -C /opt/fsl-6.0.1 --strip-components 1 && sed -i '$iecho Some packages in this Docker container are non-free' $ND_ENTRYPOINT && sed -i '$iecho If you are considering commercial use of this container, please consult the relevant license:' $ND_ENTRYPOINT && sed -i '$iecho https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/Licence' $ND_ENTRYPOINT && sed -i '$isource $FSLDIR/etc/fslconf/fsl.sh' $ND_ENTRYPOINT && echo \"Installing FSL conda environment ...\" && bash /opt/fsl-6.0.1/etc/fslconf/fslpython_install.sh -f /opt/fsl-6.0.1 && echo \"Downgrading deprecation module per https://github.com/kaczmarj/neurodocker/issues/271#issuecomment-514523420\" && /opt/fsl-6.0.1/fslpython/bin/conda install -n fslpython -c conda-forge -y deprecation==1.* && echo \"Removing bundled with FSLeyes libz likely incompatible with the one from OS\" && rm -f /opt/fsl-6.0.1/bin/FSLeyes/libz.so.1" did not complete successfully: exit code: 4
|
Build Docker image and push to repositories
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Docker image and push to repositories
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 Docker image and push to repositories
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 Docker image and push to repositories
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/
|