Skip to content

Commit

Permalink
Updated base docker name and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orion434 committed Dec 7, 2019
1 parent 3d6014f commit b977021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit b977021

Please sign in to comment.