Skip to content

Commit

Permalink
✏️ Fix repeated .dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Dec 12, 2024
1 parent 97cff3d commit 400d8c1
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 141 deletions.
33 changes: 0 additions & 33 deletions .github/Dockerfiles/C-PAC.develop-ABCD-HCP-bionic.Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions .github/Dockerfiles/C-PAC.develop-fMRIPrep-LTS-xenial.Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion .github/Dockerfiles/C-PAC.develop-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3.dev3.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3
LABEL org.opencontainers.image.description "Full C-PAC image"
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
USER root
Expand Down
2 changes: 1 addition & 1 deletion .github/Dockerfiles/C-PAC.develop-lite-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.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
Expand Down
2 changes: 1 addition & 1 deletion .github/Dockerfiles/base-standard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
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.dev3.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3.dev3.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:standard-v1.8.7.post1.dev3
LABEL org.opencontainers.image.description "Full C-PAC image"
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
USER root
Expand Down
33 changes: 0 additions & 33 deletions variant-ABCD-HCP.Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions variant-fMRIPrep-LTS.Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion variant-lite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# You should have received a copy of the GNU Lesser General Public
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.dev3.dev3.dev3
FROM ghcr.io/fcp-indi/c-pac/stage-base:lite-v1.8.7.post1.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
Expand Down

0 comments on commit 400d8c1

Please sign in to comment.