-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
request: add build priority/order #295
Comments
Had the same problem, the |
Also having the same problem. Building based on declared order in the |
There was a post to the docker-user mailing list this morning about a tool https://github.com/6si/shipwright I think using this in place of
I haven't tried this out yet myself, but I will when I get a chance. |
Two issues on Docker about this: moby/moby#735, moby/moby#4027 |
Now that we have You could split your Compose file into a |
Considering #1455 (Compose is primarily for running an environment, not building images), and that we now have |
dobi includes support for building images in a specific order. One |
I love fig and docker but noticed it lacks some functionality; when I want to create a local base image (for instance, baseUbuntu) on which I build a collectd base image, from which I then start my actual service-specific containers (nginx), the order in which these are built is complete random and I get errors stating, the image isn't there. I would find it awesome if I could specify in the fig.yml a "order" number in which fig then builds the images. Or a "dependent of" array, similar to how links is implemented. Or even having fig build the images in the order specified in fig.yml would help alot.
Thanks for giving this a thought..
The text was updated successfully, but these errors were encountered: