From b977021d5b83398973c0ce5f2db162edcf1db668 Mon Sep 17 00:00:00 2001 From: Gian Luigi Date: Sat, 7 Dec 2019 04:21:28 +0000 Subject: [PATCH] Updated base docker name and readme --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c284eb4..972bb73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Pull base image from EEG docker -FROM manicaeeg/ubuntu-lts-r:latest +FROM manicaeeg/eeg-docker:latest ARG BUILD_DATE ARG VCS_REF diff --git a/README.md b/README.md index e33fc35..2c13bfb 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 it via CircleCI. The docker is pubicly available at: https://hub.docker.com/r/manicaeeg/eeg-mt-dna-combine +The image is based on manicaeeg/eeg-docker (see https://hub.docker.com/r/manicaeeg/eeg-docker) and has Ubuntu 18.04 LTS. In addition, several apt and r packages are pre-installed so to run continuous integration on the EEG [mtDNAcombine](https://github.com/EvolEcolGroup/mtDNAcombine) project via CircleCI. The docker is pubicly available at: https://hub.docker.com/r/manicaeeg/eeg-mt-dna-combine [![CircleCI](https://img.shields.io/circleci/build/github/EvolEcolGroup/EEG_Docker/mtDNAcombine?label=build%20%28mtDNAcombine%29&logo=circleci&style=plastic&token=0cab61dc3dfa7b884dfe042a40f22d020ba9dc45)](https://circleci.com/gh/EvolEcolGroup/EEG_Docker/tree/mtDNAcombine)