Skip to content

dev-cafe/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 17, 2020
afa0d35 · Mar 17, 2020

History

65 Commits
Dec 15, 2019
Nov 18, 2019
Nov 18, 2019
Nov 18, 2019
Nov 18, 2019
Nov 18, 2019
Nov 18, 2019
Mar 17, 2020
Nov 22, 2019
Nov 18, 2019
May 9, 2018
Jan 12, 2020
Nov 18, 2019
Nov 18, 2019
May 3, 2018
Jul 18, 2018

Repository files navigation

docker-images

Docker images for fun and for profit, mostly meant to be used in GitLab CI or Drone CI jobs.

  • ubuntu16.04-gcc5.3.1-openmpi1.10-mkl2017.4.239: install GCC 5.3.1, OpenMPI 1.10 and MKL 2017.4.239 on top of Ubuntu 16.04 Currently used for testing LSDALTON
  • ubuntu18.04-gcc7.3.0-openmpi2.1.0-mkl2017.4.239: install Python3, GCC 7.3.0, OpenMPI 2.1.0 and MKL 2017.4.239 on top of Ubuntu 18.04
  • ubuntu16.04-pgi17.4: install PGI 17.4 CE on top of Ubuntu 16.04 Currently used for testing LSDALTON
  • ubuntu16.04-intel2018.1: install Intel 2018.1 on top of Ubuntu 16.04.
  • cmake-cookbook_ubuntu16.04-intel2018.1: install Intel 2018.1 on top of Ubuntu 16.04. Currently used for testing CMake Cookbook
  • cmake-cookbook_ubuntu16.04-pgi17.4: install PGI 17.4 on top of Ubuntu 16.04. Currently used for testing CMake Cookbook

DockerHub

The container images are automatically built on DockerHub at https://hub.docker.com/u/devcafe/ DockerHub does not allow dashes in user and organization names. It's devcafe, not dev-cafe!

For example you can download the ubuntu16.04-pgi17.4 container locally with:

docker pull devcafe/ubuntu16.04-pgi17.4

Then get a shell inside the container with

docker run -it devcafe/ubuntu16.04-pgi17.4 /bin/bash

About

Docker images for fun and for profit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published