mbox series

[yocto-autobuilder2,0/2] Add docker file to create a local instance

Message ID 20250205-mathieu-local_ab_docker-v1-0-b1543323b7e7@bootlin.com
Headers show
Series Add docker file to create a local instance | expand

Message

Mathieu Dubois-Briand Feb. 5, 2025, 10:52 a.m. UTC
Creating a local instance can be a bit tricky, even using the
documentation provided in this git: using docker files should ease this
process for everyone.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Mathieu Dubois-Briand (2):
      schedulers: Fix missing parenthesis in field label
      docker: Add docker file to create a local instance

 docker/Dockerfile                                  | 114 +++++++++++++++++++++
 docker/README.md                                   |  23 +++++
 docker/compose.yaml                                |  36 +++++++
 docker/entry.sh                                    |  23 +++++
 ...builders-Do-not-create-tags-during-builds.patch |  25 +++++
 ...Modify-free-space-check-to-work-in-docker.patch |  36 +++++++
 schedulers.py                                      |   6 +-
 7 files changed, 260 insertions(+), 3 deletions(-)
---
base-commit: 8f6709cf0fad448ea87d80b50cd2ae375e5066b2
change-id: 20250205-mathieu-local_ab_docker-19c03061c69d

Best regards,