mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
e2e: Add new option to test rootless docker (#1742)
Related to #1644 Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com> Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
@@ -52,4 +52,7 @@ type With struct {
|
||||
// This can be either the address or the context name
|
||||
// https://github.com/docker/buildx/blob/master/docs/reference/buildx_create.md#description
|
||||
Endpoint string `json:"endpoint,omitempty"`
|
||||
// Needs to be "docker" in rootless mode
|
||||
// https://stackoverflow.com/questions/66142872/how-to-solve-error-with-rootless-docker-in-github-actions-self-hosted-runner-wr
|
||||
Driver string `json:"driver,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user