Skip to content

Commit acb6413

Browse files
committed
✏️ Fix repeated .dev3
1 parent 4b0ba7b commit acb6413

9 files changed

+5
-141
lines changed

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

Lines changed: 0 additions & 33 deletions
This file was deleted.

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

Lines changed: 0 additions & 35 deletions
This file was deleted.

.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.dev3.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.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.dev3.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.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.dev3.dev3
19+
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.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

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.dev3.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.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: 0 additions & 33 deletions
This file was deleted.

variant-fMRIPrep-LTS.Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

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.dev3.dev3
17+
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.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)