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

[studio] The Studio Docker image build script has a no-args default. #579

Merged
merged 1 commit into from
May 28, 2016

Conversation

fnichol
Copy link
Collaborator

@fnichol fnichol commented May 27, 2016

This will make building the Docker image easier: you get a default image
with default behavior. If you want to customize the versions of hab,
Studio or other, then provide arguments to the script.

gif-keyboard-12153850123994558164

@thesentinels
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @adamhjk to be a potential reviewer

@@ -43,12 +44,13 @@ if ! command -v hab >/dev/null; then
exit 9
fi

tmp_root="$(mktemp -t -d "$(basename $0)-XXXX")"
tmp_root="$(mktemp -d -t "$(basename $0)-XXXX")"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the cut of your jib.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was the source of the Linux/Mac incompatibility when we've been using mktemp. Swapping those 2 flags make this work on both Linux and Mac, yippee!

gif-keyboard-7822441185979212109

@bookshelfdave
Copy link
Contributor

@thesentinels r+

gif-keyboard-855668339349566099

@thesentinels
Copy link
Contributor

📌 Commit 06daa92 has been approved by metadave

@thesentinels
Copy link
Contributor

☔ The latest upstream changes (presumably c3916ed) made this pull request unmergeable. Please resolve the merge conflicts.

This will make building the Docker image easier: you get a default image
with default behavior. If you want to customize the versions of hab,
Studio or other, then provide arguments to the script.

Signed-off-by: Fletcher Nichol <[email protected]>
@fnichol fnichol force-pushed the fnichol/default-studio-docker-build branch from 06daa92 to c42ebfa Compare May 28, 2016 00:26
@fnichol
Copy link
Collaborator Author

fnichol commented May 28, 2016

@thesentinels r+

@thesentinels
Copy link
Contributor

📌 Commit c42ebfa has been approved by fnichol

@thesentinels
Copy link
Contributor

⌛ Testing commit c42ebfa with merge 3521348...

thesentinels pushed a commit that referenced this pull request May 28, 2016
This will make building the Docker image easier: you get a default image
with default behavior. If you want to customize the versions of hab,
Studio or other, then provide arguments to the script.

Signed-off-by: Fletcher Nichol <[email protected]>

Pull request: #579
Approved by: fnichol
@thesentinels
Copy link
Contributor

☀️ Test successful - travis

@thesentinels thesentinels merged commit c42ebfa into master May 28, 2016
@fnichol fnichol deleted the fnichol/default-studio-docker-build branch June 10, 2016 04:19
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
This will make building the Docker image easier: you get a default image
with default behavior. If you want to customize the versions of hab,
Studio or other, then provide arguments to the script.

Signed-off-by: Fletcher Nichol <[email protected]>

Pull request: #579
Approved by: fnichol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants