-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Description
What would you like to be added:
We generate sandbox images with two approaches, one is from the user repo Dockerfile, another is to generate a Dockerfile ourselves if user doesn't provide one.
However, because of this configuration:
Line 12 in 2934515
| REPO_DIR = "/app/repo" # Directory where the repository is mounted |
We have to make sure the sandbox image has the /app folder, which is not very straightforward to users. We should optimize this.
cc @brp-hiverge
Why is this needed:
Easy setup from user side.
Metadata
Metadata
Assignees
Labels
needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.