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

Choose repository branching model: multiple repo vs multiple branches? #6

Open
davidonlaptop opened this issue Feb 20, 2015 · 2 comments
Assignees
Milestone

Comments

@davidonlaptop
Copy link
Member

If we support both building docker containers for Adam from source, and Adam released versions, those are 2 different scripts.

Mutliple repositories vs multiple branches in the same repository?

@davidonlaptop davidonlaptop self-assigned this Feb 20, 2015
@davidonlaptop davidonlaptop added this to the 0.3 milestone Feb 20, 2015
@flangelier
Copy link
Contributor

We'll use multiple directories because that is more simple model to understand for most users.

@flangelier
Copy link
Contributor

HADOOP

  • README.md
  • LICENSE
  • hadoop-2.3.0/
    • Dockerfile
    • config/
  • hadoop-2.5.0/
    • Dockerfile
    • config/
  • hadoop-src/
    • Dockerfile
    • config/

Docker Hub Releases

  • hadoop:src
  • hadoop:latest
  • hadoop:2.3.0
  • hadoop:2.5.0

After Hadoop releases 2.5.1

We create a folder "hadoop-2.5.1" from "hadoop-2.5.0".

@flangelier flangelier modified the milestones: 0.3, 0.4 Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants