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

Push a master-tagged image #142

Merged
merged 4 commits into from
Oct 15, 2018
Merged

Push a master-tagged image #142

merged 4 commits into from
Oct 15, 2018

Commits on Oct 14, 2018

  1. Push a master-tagged image

    Push a new docker image with tag "master" for every new build on the
    master branch. This gives users wishing to run with the latest
    development changes an easy way to stay up to date.
    
    Note: when a tag is created, Travis sets the $TRAVIS_BRANCH envvar to
    the tag, rather than the branch, hence why we only use this variable
    now.
    JaimeLennox committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    336e9ae View commit details
    Browse the repository at this point in the history
  2. Add a stable tagged image

    This will correspond to to tagged versions for Marge, so users will be
    able to use the latest versioned update automatically.
    JaimeLennox committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    e345a15 View commit details
    Browse the repository at this point in the history
  3. Update README with use of docker tags

    Explain how we tag our images and the recommended approach.
    JaimeLennox committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    a3944be View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Only update latest tag on stable builds

    By default, we want users to get a stable version. If they want the
    latest updates, they can use the master tag instead.
    JaimeLennox committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    cf7ea6b View commit details
    Browse the repository at this point in the history