Skip to content

Commit

Permalink
Updated eeg-docker name on docker.com
Browse files Browse the repository at this point in the history
  • Loading branch information
orion434 committed Dec 7, 2019
1 parent c3f0d18 commit 30cdca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 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)

Expand Down

0 comments on commit 30cdca1

Please sign in to comment.