Skip to content

Commit 4b0ba7b

Browse files
committed
👷 Skip pre-commit CI
1 parent 5e54ecd commit 4b0ba7b

10 files changed

+13
-10
lines changed

.github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3
1+
FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3.dev3.dev3
22
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)"
33
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
44
USER root

.github/Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3
1+
FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3.dev3.dev3
22
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)"
33
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
44
USER root

.github/Dockerfiles/C-PAC.develop-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# You should have received a copy of the GNU Lesser General Public
1616
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17-
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3.dev3.dev3
1818
LABEL org.opencontainers.image.description "Full C-PAC image"
1919
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
2020
USER root

.github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# You should have received a copy of the GNU Lesser General Public
1616
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17-
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3
1818
LABEL org.opencontainers.image.description "Full C-PAC image without FreeSurfer"
1919
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
2020
USER root

.github/Dockerfiles/base-standard.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
1717
FROM ghcr.io/fcp-indi/c-pac/freesurfer:6.0.0-min.neurodocker-jammy as FreeSurfer
1818

19-
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3
19+
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3
2020
LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A STAGE IMAGE IN A MULTI-STAGE BUILD \
2121
Standard software dependencies for C-PAC standard images"
2222
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414

1515
# You should have received a copy of the GNU Lesser General Public
1616
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17-
17+
ci:
18+
skip:
19+
- autoversioning
20+
- update-yaml-comments
1821
repos:
1922
- repo: local
2023
hooks:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# You should have received a copy of the GNU Lesser General Public
1616
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17-
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3.dev3.dev3
1818
LABEL org.opencontainers.image.description "Full C-PAC image"
1919
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
2020
USER root

variant-ABCD-HCP.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3
1+
FROM ghcr.io/fcp-indi/c-pac/stage-base:abcd-hcp-v1.8.7.post1.dev3.dev3.dev3
22
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)"
33
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
44
USER root

variant-fMRIPrep-LTS.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3
1+
FROM ghcr.io/fcp-indi/c-pac/stage-base:fmriprep-lts-v1.8.7.post1.dev3.dev3.dev3
22
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)"
33
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
44
USER root

variant-lite.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# You should have received a copy of the GNU Lesser General Public
1616
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17-
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3
1818
LABEL org.opencontainers.image.description "Full C-PAC image without FreeSurfer"
1919
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
2020
USER root

0 commit comments

Comments
 (0)