Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
create build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassnoek committed Jan 23, 2019
1 parent cfb5df0 commit 3e2d1c8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by Neurodocker version 0.4.3-2-g01cdd22
# Timestamp: 2019-01-10 18:30:13 UTC
# Timestamp: 2019-01-23 12:58:25 UTC
#
# Thank you for using Neurodocker. If you discover any issues
# or ways to improve this software, please submit an issue or
Expand Down
2 changes: 2 additions & 0 deletions build_docker_image
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker build -t lukassnoek/bidsify:$1 -t lukassnoek/bidsify:latest .
1 change: 0 additions & 1 deletion build_dockerfile.sh

This file was deleted.

7 changes: 7 additions & 0 deletions create_new_release
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
python setup.py sdist
twine upload dist/bidsify-$1.tar.gz
./generate_dockerfile
./build_docker_image $1
docker push lukassnoek/bidsify:$1
docker push lukassnoek/bidsify:latest
2 changes: 0 additions & 2 deletions create_new_release.sh

This file was deleted.

1 change: 1 addition & 0 deletions generate_dockerfile.sh → generate_dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
docker run --rm kaczmarj/neurodocker:0.4.3 generate docker \
--base debian:stretch --pkg-manager apt \
--install git \
Expand Down

0 comments on commit 3e2d1c8

Please sign in to comment.