Skip to content

Build system for creating Docker image for hepdata-converter

License

Notifications You must be signed in to change notification settings

DurhamARC/hepdata-converter-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

hepdata-converter-docker

Build system for creating Docker image used by Travis testing framework for hepdata-converter

This is a companion repository for the https://github.com/HEPData/hepdata-converter repository (it is also included there as a submodule in docker directory)

This repository has only one purpose, to separate Dockerfile from the main hepdata-converter repository, in order to automate building Docker images with the help of Travis and then pushing them to DockerHub.

The basic workflow is as follows:

  1. Modify Dockerfile / requirements.txt (or any other files)
  2. Commit it to the repository
  3. Push the code
  4. Travis will create Docker image from Dockerfile and upload it to DockerHub

For developers

This file contains file requirements.txt, it is here on purpose, it should not be duplicated in hepdata-converter repository. Also Travis already has DockerHub credentials in its encrypted variables. If credentials are ever changed also update secure variables in Travis build, otherwise the image will be created but not uploaded.

Warning: any build will trigger upload of the new image (regardless of the branch, so be cautious about it, especially if you plan to start breaking things)

About

Build system for creating Docker image for hepdata-converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%