Skip to content
Snippets Groups Projects
Commit d059ad1f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix docker exec test

parent e4dead2e
No related branches found
Tags 37.135.0
No related merge requests found
......@@ -309,6 +309,7 @@ describe('util/exec/docker/index', () => {
GlobalConfig.set({
dockerUser: 'some-user',
dockerCliOptions: '--memory=4g --cpus=".5"',
dockerSidecarImage: 'ghcr.io/containerbase/sidecar',
});
const res = await generateDockerCommand(commands, preCommands, {
...dockerOptions,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment