From 4b0ba7b7a6f7906ae99cbbd0a66691c902681e44 Mon Sep 17 00:00:00 2001 From: Jon Cluce Date: Wed, 11 Dec 2024 16:12:40 -0500 Subject: [PATCH] :construction_worker: Skip pre-commit CI --- .github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile | 2 +- .../Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile | 2 +- .github/Dockerfiles/C-PAC.develop-jammy.Dockerfile | 2 +- .github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile | 2 +- .github/Dockerfiles/base-standard.Dockerfile | 2 +- .pre-commit-config.yaml | 5 ++++- Dockerfile | 2 +- variant-ABCD-HCP.Dockerfile | 2 +- variant-fMRIPrep-LTS.Dockerfile | 2 +- variant-lite.Dockerfile | 2 +- 10 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile b/.github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile index 27631dacd5..1114ae5dac 100644 --- a/.github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile +++ b/.github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image with software dependencies version-matched to [ABCD-HCP BIDS fMRI Pipeline](https://github.com/DCAN-Labs/abcd-hcp-pipeline/blob/e480a8f99534f1b05f37bf44c64827384b69b383/Dockerfile)" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/.github/Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile b/.github/Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile index 3071f2de78..824bbf6721 100644 --- a/.github/Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile +++ b/.github/Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image with software dependencies version-matched to [fMRIPrep LTS](https://reproducibility.stanford.edu/fmriprep-lts#long-term-support-lts)" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/.github/Dockerfiles/C-PAC.develop-jammy.Dockerfile b/.github/Dockerfiles/C-PAC.develop-jammy.Dockerfile index 6de7379c1d..3bcfdf79c9 100644 --- a/.github/Dockerfiles/C-PAC.develop-jammy.Dockerfile +++ b/.github/Dockerfiles/C-PAC.develop-jammy.Dockerfile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with C-PAC. If not, see . -FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/.github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile b/.github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile index 98d4ed9f8f..a3b38ee247 100644 --- a/.github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile +++ b/.github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with C-PAC. If not, see . -FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image without FreeSurfer" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/.github/Dockerfiles/base-standard.Dockerfile b/.github/Dockerfiles/base-standard.Dockerfile index 2a448e1186..c01e250dc6 100644 --- a/.github/Dockerfiles/base-standard.Dockerfile +++ b/.github/Dockerfiles/base-standard.Dockerfile @@ -16,7 +16,7 @@ # License along with C-PAC. If not, see . FROM ghcr.io/fcp-indi/c-pac/freesurfer:6.0.0-min.neurodocker-jammy as FreeSurfer -FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A STAGE IMAGE IN A MULTI-STAGE BUILD \ Standard software dependencies for C-PAC standard images" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7357d71417..0db56cf902 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,10 @@ # You should have received a copy of the GNU Lesser General Public # License along with C-PAC. If not, see . - +ci: + skip: + - autoversioning + - update-yaml-comments repos: - repo: local hooks: diff --git a/Dockerfile b/Dockerfile index 6de7379c1d..3bcfdf79c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with C-PAC. If not, see . -FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/variant-ABCD-HCP.Dockerfile b/variant-ABCD-HCP.Dockerfile index 27631dacd5..1114ae5dac 100644 --- a/variant-ABCD-HCP.Dockerfile +++ b/variant-ABCD-HCP.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image with software dependencies version-matched to [ABCD-HCP BIDS fMRI Pipeline](https://github.com/DCAN-Labs/abcd-hcp-pipeline/blob/e480a8f99534f1b05f37bf44c64827384b69b383/Dockerfile)" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/variant-fMRIPrep-LTS.Dockerfile b/variant-fMRIPrep-LTS.Dockerfile index 3071f2de78..824bbf6721 100644 --- a/variant-fMRIPrep-LTS.Dockerfile +++ b/variant-fMRIPrep-LTS.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image with software dependencies version-matched to [fMRIPrep LTS](https://reproducibility.stanford.edu/fmriprep-lts#long-term-support-lts)" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root diff --git a/variant-lite.Dockerfile b/variant-lite.Dockerfile index 98d4ed9f8f..a3b38ee247 100644 --- a/variant-lite.Dockerfile +++ b/variant-lite.Dockerfile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with C-PAC. If not, see . -FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3 +FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3 LABEL org.opencontainers.image.description "Full C-PAC image without FreeSurfer" LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC USER root