Bug 257815 - [webkitcorepy] Create generic docker utilities
Summary: [webkitcorepy] Create generic docker utilities
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-07 11:00 PDT by Jonathan Bedard
Modified: 2023-06-07 11:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2023-06-07 11:00:03 PDT
We have a number of services which use Docker containers to test various databases locally. At the moment, our code for managing such Docker containers is disjoint. We should share this code, and support other common Docker replacements.
Comment 1 Radar WebKit Bug Importer 2023-06-07 11:00:19 PDT
<rdar://problem/110408458>
Comment 2 Jonathan Bedard 2023-06-07 11:46:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14753