Skip to content

3mdeb/docker-release-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-release-manager

Prerequisites

Each container repo managed by this script shall contain the container-config file with content:

DOCKER_USER_NAME="user-name"
DOCKER_IMAGE_NAME="image-name"

and a VERSION file that follows the syntax:

X.Y.Z

To enable Trevis CI in a given repo, add a .travis.yml based on the provided example.

Bump version

  1. Enter container repo.

  2. Call the bump script:

    curl -s https://raw.githubusercontent.com/3mdeb/docker-release-manager/master/release-manager.sh | bash /dev/stdin bump_minor
    
  3. Create PR.

  4. If Travis job triggers, wait for the build to pass. Then, merge the PR to master.

  5. Builds from master are automatically being pushed to dockerhub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages