Skip to content

Docker files for various cms services and tasks

Notifications You must be signed in to change notification settings

amaltaro/cms-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the docker files for CMS Development Tools services.

Notice that since these are in a public repository you should not expose any details of the CMS infrastructure and have everything configurable via an environment variable. Actual values of the environment variables are maintained somewhere else.

Automatic docker image build

In order to automatically build and deploy images to our Docker Hub, each docker file should have a corresponding *EXECUTE_BUILD.sh file(s) (example files). This file contains build parameters for the image such as tag or build arguments.

NOTE: changing Dockerfile will not trigger the build. It is intentional, so that you would at least update CONTAINER_TAG in *EXECUTE_BUILD.sh.

About

Docker files for various cms services and tasks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 32.8%
  • Python 31.6%
  • Shell 16.3%
  • Dockerfile 12.7%
  • HTML 5.6%
  • Puppet 0.6%
  • Other 0.4%