Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting tagging images during build #457

Closed
wants to merge 3 commits into from

Commits on Sep 26, 2014

  1. sort DOCKER_CONFIG_KEYS

    move service._build_tag_name() to service.full_name in preparation for adding additional tags.
    
    Signed-off-by: Daniel Nephin <dnephin@gmail.com>
    dnephin committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    aecb1a3 View commit details
    Browse the repository at this point in the history
  2. Resolves docker#213 - support tagging images with different names whe…

    …n they are built.
    
    Signed-off-by: Daniel Nephin <dnephin@gmail.com>
    dnephin committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    60acb8b View commit details
    Browse the repository at this point in the history
  3. Extract a new command (fig tag) and remove it from (fig build)

    Signed-off-by: Daniel Nephin <dnephin@gmail.com>
    dnephin committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    d620445 View commit details
    Browse the repository at this point in the history