-
Notifications
You must be signed in to change notification settings - Fork 18
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
Docker backend #75
Docker backend #75
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23b9ada - Browse repository at this point
Copy the full SHA 23b9adaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07bb5b3 - Browse repository at this point
Copy the full SHA 07bb5b3View commit details
Commits on Sep 21, 2022
-
Add a cmdliner term where the store isn't required
To avoid code duplication with the users of OBuilder as a library (think ocluster-worker).
Configuration menu - View commit details
-
Copy full SHA for 1ed9f40 - Browse repository at this point
Copy the full SHA 1ed9f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fcbd6 - Browse repository at this point
Copy the full SHA f3fcbd6View commit details
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a44f14 - Browse repository at this point
Copy the full SHA 3a44f14View commit details -
Otherwise embedded text get crlf line endings.
Configuration menu - View commit details
-
Copy full SHA for f957fe0 - Browse repository at this point
Copy the full SHA f957fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e02f0c - Browse repository at this point
Copy the full SHA 7e02f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a3462 - Browse repository at this point
Copy the full SHA 85a3462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 417214f - Browse repository at this point
Copy the full SHA 417214fView commit details -
Mounts are read-write to preserve current behaviour.
Configuration menu - View commit details
-
Copy full SHA for da0527a - Browse repository at this point
Copy the full SHA da0527aView commit details -
This allows to specify the entrypoint of a `Sandbox.run job`. This is only needed for the Docker sandbox, to override the Docker image entrypoint.
Configuration menu - View commit details
-
Copy full SHA for 319c817 - Browse repository at this point
Copy the full SHA 319c817View commit details -
Configuration menu - View commit details
-
Copy full SHA for edf093f - Browse repository at this point
Copy the full SHA edf093fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ed2e3 - Browse repository at this point
Copy the full SHA 10ed2e3View commit details -
Print executed commands in one line (hbox instead of box)
Granted, it's more difficult to read, but way easier to copy-paste to inspect manually what's happening.
Configuration menu - View commit details
-
Copy full SHA for c705dc6 - Browse repository at this point
Copy the full SHA c705dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6d38d - Browse repository at this point
Copy the full SHA 4e6d38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9eaaf3 - Browse repository at this point
Copy the full SHA d9eaaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce102e - Browse repository at this point
Copy the full SHA 1ce102eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771e378 - Browse repository at this point
Copy the full SHA 771e378View commit details -
Close database before removing it
This prevents errors on Windows where a file cannot be renamed, moved or deleted if it is open by another process. It also ensure that the database is left in a clean state.
Configuration menu - View commit details
-
Copy full SHA for 3f0c24d - Browse repository at this point
Copy the full SHA 3f0c24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4320dd7 - Browse repository at this point
Copy the full SHA 4320dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1726d29 - Browse repository at this point
Copy the full SHA 1726d29View commit details -
Merge remote-tracking branches 'MisterDA/build-log', 'MisterDA/non-re…
…q-cmdliner', 'MisterDA/docker-windows-spec' and 'MisterDA/docker-windows-prerequisites' into docker
Configuration menu - View commit details
-
Copy full SHA for dedfbea - Browse repository at this point
Copy the full SHA dedfbeaView commit details -
Make
STORE.result
return a Lwt promiseChecking the result for the Docker backend requires asynchronous calls to Docker.
Configuration menu - View commit details
-
Copy full SHA for 8ee1410 - Browse repository at this point
Copy the full SHA 8ee1410View commit details -
Let the store set the location of the log file
With the Docker backend on Windows, it's easier to store logs in a location where they're not moved, as a directory cannot be renamed if it contains open file descriptors. For the btrfs and zfs backends, the original location is retained.
Configuration menu - View commit details
-
Copy full SHA for e513307 - Browse repository at this point
Copy the full SHA e513307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9958d50 - Browse repository at this point
Copy the full SHA 9958d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96cd12c - Browse repository at this point
Copy the full SHA 96cd12cView commit details