Git Product home page Git Product logo

rogue-base-docker's Introduction

Build Status

Base Docker image for Rogue

This Docker image, called rogue-base, contains all the packages and tools needed to build Rogue. It is use as a base image to generate the Rogue docker image.

What does it contains

The docker image is base on ubuntu 18.04 and contains the following system packages :

  • cmake
  • boost
  • python3
  • pyqt5
  • zmq
  • epics base 3.15.5
  • other basic system tools.

And the following python packages:

  • PyYAML
  • Pyro4
  • parse
  • click
  • ipython
  • pyzmq
  • packaging
  • matplotlib
  • numpy
  • pyepics

Docker image automatic generation

When a tag is pushed to this github repository, a new Docker image is automatically built and push to its Dockerhub repository using GitHub Actions.

The resulting docker image is tagged with the same git tag string (as returned by git describe --tags --always).

How To Get The Container

To get a specific tagged version of the docker image, first you will need to install docker in you host OS and be logged in. Then you can get a copy by running:

docker pull tidair/rogue-base:$TAG

Where $TAG is the tagged version of the container your want to get.

Running the container

The image is intended mainly to be use as a base to build other docker images. In order to do so, start the new docker image's Dockerfile with this line:

ROM tidair/rogue-base:$TAG

A container however can be run as well from this image. For example, you can start the container in the foreground with this command

docker run -ti --rm --name rogue-base tidair/rogue-base:$TAG

Where $TAG is the tagged version of the container your want to run.

rogue-base-docker's People

Contributors

jesusvasquez333 avatar slacrherbst avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.