diff --git a/.circleci/config.yml b/.circleci/config.yml index f89264f..3c87740 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ refernces: # Common environmental variables env_vars: &env_vars - IMAGE_NAME: ubuntu-lts-r # Name of the project on docker + IMAGE_NAME: eeg-docker # Name of the project on docker IMAGE_TAG: latest # Docker version tag # Code for building and push the docker to docker.com diff --git a/Dockerfile b/Dockerfile index b8d2ced..39672ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ # To install, use the explicit LTS tag---currently 18.04---when pulling # https://hub.docker.com/r/rocker/r-ubuntu #FROM rocker/r-ubuntu:18.04 -FROM manicaeeg/ubuntu-lts-r:latest -# This docker is available at https://hub.docker.com/repository/docker/manicaeeg/ubuntu-lts-r +FROM manicaeeg/eeg-docker:latest +# This docker is available at https://hub.docker.com/repository/docker/manicaeeg/eeg-docker ARG BUILD_DATE diff --git a/README.md b/README.md index 6b31156..6f989df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EEG Docker This project creates a Ubuntu docker image and pushes it to docker.com. -The image is based on rocker/r-ubuntu:18.04 (see https://hub.docker.com/r/rocker/r-ubuntu) and has Ubuntu 18.04 LTS. In addition, several apt and r packages are pre-installed so to run continuous integration on EEG projects using CircleCI. The docker is pubicly available at: https://hub.docker.com/r/manicaeeg/ubuntu-lts-r. +The image is based on rocker/r-ubuntu:18.04 (see https://hub.docker.com/r/rocker/r-ubuntu) and has Ubuntu 18.04 LTS. In addition, several apt and r packages are pre-installed so to run continuous integration on EEG projects using CircleCI. The docker is pubicly available at: https://hub.docker.com/r/manicaeeg/eeg-docker. [![CircleCI](https://img.shields.io/circleci/build/github/EvolEcolGroup/EEG_Docker/master?label=build%20%28master%29&logo=circleci&style=plastic&token=0cab61dc3dfa7b884dfe042a40f22d020ba9dc45)](https://circleci.com/gh/EvolEcolGroup/EEG_Docker/tree/master)