Skip to content

Base Dockerfiles for creating various base LCMAP dev and service images [alpha 0.5.0]

License

Notifications You must be signed in to change notification settings

usgs-lcmap/dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCMAP Dockerfiles

Base Dockerfiles for LCMAP dev and testing

About

These are the Dockerfiles that the LCMAP project is using for development and testing of various services as well as the setting up of related development environments. The Docker tag used for all of these images is usgs-lcmap.

Use

To create an image from any of the provided Dockerfiles, simply do the following:

$ docker build -t usgs-lcmap/debian-base debian/base

Another example:

$ docker build -t usgs-lcmap/cenotos-py-rest centos/py-rest

There is also a Makefile for building images which depend upon other Dockerfiles in this repo. Example usage for creating images for all of the defined Dockerfiles:

$ make all

For just the base dev images:

$ make base

About

Base Dockerfiles for creating various base LCMAP dev and service images [alpha 0.5.0]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 67.1%
  • Python 25.2%
  • Clojure 7.7%