-
Notifications
You must be signed in to change notification settings - Fork 1
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
Is this still your current approach? #10
Comments
In the mean time we are far away from this approach. We are currently focusing on a Setup containing Docker Compose and Make/Just. |
If you are using docker-compose, utilizing its "run" feature is probably best. Configure it to run tasks as the host user and disable user namespace mapping. A complex but complete example can be found at https://github.com/archlinux-de/www.archlinux.de Relevant are: |
Thank you for the swift feedback and these hints, I will follow them! In case you're interested, I am still looking for a good way to shift to a Docker-based development style for my team, and I have compiled a wishlist of what I think is important over at https://github.com/mpdude/docker-build-orchestration/blob/master/README.md. In case you think one or several of the items on it are wrong or otherwise not necessary, I'd be glad if you open an issue. 🍻 |
@pierres How/where do you build Docker images in your ArchLinux.de example? Do you use the |
Hey folks,
two years have passed since @perprogramming pointed to this repo here via mpdude/docker-build-orchestration#2.
Are you still using this approach, or have you come up with new solutions and/or off-the-shelf tools?
Thanks!
The text was updated successfully, but these errors were encountered: