Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest Ubuntu Xenial tag #814

Merged
merged 2 commits into from Dec 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
no_output_timeout: 40m
command: |
mkdir -p /tmp/cache
docker save ubuntu:xenial-20161213 poldracklab/mriqc:latest \
docker save ubuntu:xenial-20191010 poldracklab/mriqc:latest \
| pigz -2 -p 3 > /tmp/cache/docker.tar.gz
- persist_to_workspace:
root: /tmp
Expand Down Expand Up @@ -679,4 +679,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /.*/
only: /.*/
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Use Ubuntu 16.04 LTS
FROM ubuntu:xenial-20161213
FROM ubuntu:xenial-20191010

# Pre-cache neurodebian key
COPY docker/files/neurodebian.gpg /usr/local/etc/neurodebian.gpg
Expand Down