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

Fixing wrong WORKDIR syntax #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

schinzelh
Copy link

@schinzelh schinzelh commented Jul 8, 2016

According to https://docs.docker.com/engine/reference/builder/ the WORKDIR instruction uses the form

WORKDIR /path/to/workdir

so the brackets provided are causing a weird workdirectory name of

gitian@196210e79d8f:/[/gitian]$

inside the container. This fixes it..

Additionally the make depends downloads phase now relies on curl to be installed.

@guruvan
Copy link
Member

guruvan commented Jul 8, 2016

@schinzelh Thanks Yes the brackets make a significant difference. I'm just sitting back down to look at gitian builds this week. Looks fine, but before I merge I'll want to refresh all my local work.

@schinzelh
Copy link
Author

schinzelh commented Jul 8, 2016

Good stuff - really nice piece of work, works like charm for me on Dash 12.1/Linux.

What's the rationale of having three almost identical Dockerfiles btw? Couldn't they be unified?

@guruvan
Copy link
Member

guruvan commented Jul 8, 2016

The original intention was to fully automate gitian builds for PRs etc. With a full build matrix, building all the pieces from scratch on travis was not possible without paid account. Timeouts are too short to build everything. The multiple dockerfiles provide the necessary multiple stages, as well as the ability to build easily locally. For my own purposes, Dockerhub also builds the various images as well, to save time in testing.

Since docker doesn't really take a directive inside the dockerfile to build based on env variables (at of when this was built) it's not really possible to combine the dockerfiles that are used for different purposes.

It's been a bit since I've worked on it. Glad it works well for you. Are you using in travis?

@schinzelh
Copy link
Author

Thanks for the info. No, not using Travis, but our own Atlassian Bamboo CI Server. Dockerizing this is actually really neat :)

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.

2 participants