Skip to content

Commit fe1d01c

Browse files
committed
check that the final image can be cached #1538
1 parent cbecf20 commit fe1d01c

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29-
FROM nipype/testnipypedata
29+
FROM nipype/testnipypedata:latest
3030
MAINTAINER Stanford Center for Reproducible Neuroscience <[email protected]>
3131

3232
# Preparations

circle.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ dependencies:
1111
- mkdir -p "~/scratch/nose"
1212
override:
1313
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
14-
- docker info
15-
- docker pull nipype/testnipypedata :
16-
timeout: 1000
17-
- mkdir -p ~/docker; docker save nipype/testnipypedata > ~/docker/image.tar
18-
- docker build -t nipype/testbench .
14+
- docker build -t nipype/testbench . :
15+
timeout: 1600
16+
- mkdir -p ~/docker; docker save nipype/testbench > ~/docker/image.tar
1917

2018
test:
2119
override:

docker/test-image-data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29-
FROM nipype/testnipype
29+
FROM nipype/testnipype:latest
3030
MAINTAINER Stanford Center for Reproducible Neuroscience <[email protected]>
3131

3232
# Preparations

docker/test-image-nipype/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29-
FROM nipype/testbase
29+
FROM nipype/testbase:latest
3030
MAINTAINER Stanford Center for Reproducible Neuroscience <[email protected]>
3131

3232
# Preparations

0 commit comments

Comments
 (0)