Skip to content

Commit

Permalink
packaging: remove docker stuff unrelated to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex committed Apr 29, 2019
1 parent 00fd8c4 commit 83702c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 107 deletions.
58 changes: 0 additions & 58 deletions Dockerfile

This file was deleted.

20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# TRIQS Docker Image
# TRIQS Packaging

This builds the [flatironinstitute/triqs](https://hub.docker.com/r/flatironinstitute/triqs) docker hub images which include [triqs](https://triqs.github.io/triqs)
and the applications [cthyb](https://triqs.github.io/cthyb) and [dft_tools](https://triqs.github.io/dft_tools).
This builds the [packages](https://users.flatironinstitute.org/~ccq/triqs/) in Jenkins for TRIQS and selected applications and runs tests.

It can be used to run a Jupyter notebook environment yourself or on [Binder](https://mybinder.org/v2/gh/TRIQS/docker/unstable), or to run a shell for development:

`docker run --rm -p 8888:8888 flatironinstitute/triqs`
`docker run --rm -ti flatironinstitute/triqs bash`

The Jupyter notebook will be accessible at [http://localhost:8888](http://localhost:8888), where you should pass the token provided on the command line.
If you want the state of the virtual machine to be stored, drop `--rm` from the commands above.
A summary of useful docker commands can be found [here](https://www.docker.com/sites/default/files/Docker_CheatSheet_08.09.2016_0.pdf).
## Dependencies

A separate [docker build](https://hub.docker.com/r/flatironinstitute/compiler-explorer) provides the [compiler-explorer](https://github.com/mattgodbolt/compiler-explorer) with triqs enabled, running on port 10240.
The submodules in this repository point to the latest released revision of each module, and are updated automatically at the end of each successful Jenkins run for master or unstable, but only for tagged revisions on release branches.

## Dependencies
## Tests

The submodules in this repository point to the latest revision of each module, and are updated automatically at the end of each successful Jenkins run.
Tests to run on installed packages must be symlinked into the test directory from the appropriate submodules.
21 changes: 0 additions & 21 deletions compiler-explorer/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions compiler-explorer/c++.local.properties

This file was deleted.

0 comments on commit 83702c7

Please sign in to comment.