|
|
@ -446,6 +446,7 @@ ccc`],
|
|
|
|
['context', '.'],
|
|
|
|
['context', '.'],
|
|
|
|
['tag', 'localhost:5000/name/app:latest'],
|
|
|
|
['tag', 'localhost:5000/name/app:latest'],
|
|
|
|
['file', './test/Dockerfile'],
|
|
|
|
['file', './test/Dockerfile'],
|
|
|
|
|
|
|
|
['add-hosts', 'docker:10.180.0.1,foo:10.0.0.1'],
|
|
|
|
['network', 'host'],
|
|
|
|
['network', 'host'],
|
|
|
|
['load', 'false'],
|
|
|
|
['load', 'false'],
|
|
|
|
['no-cache', 'false'],
|
|
|
|
['no-cache', 'false'],
|
|
|
@ -455,6 +456,8 @@ ccc`],
|
|
|
|
[
|
|
|
|
[
|
|
|
|
'buildx',
|
|
|
|
'buildx',
|
|
|
|
'build',
|
|
|
|
'build',
|
|
|
|
|
|
|
|
'--add-host', 'docker:10.180.0.1',
|
|
|
|
|
|
|
|
'--add-host', 'foo:10.0.0.1',
|
|
|
|
'--file', './test/Dockerfile',
|
|
|
|
'--file', './test/Dockerfile',
|
|
|
|
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',
|
|
|
|
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',
|
|
|
|
'--metadata-file', '/tmp/.docker-build-push-jest/metadata-file',
|
|
|
|
'--metadata-file', '/tmp/.docker-build-push-jest/metadata-file',
|
|
|
@ -469,7 +472,7 @@ ccc`],
|
|
|
|
new Map<string, string>([
|
|
|
|
new Map<string, string>([
|
|
|
|
['context', '.'],
|
|
|
|
['context', '.'],
|
|
|
|
['file', './test/Dockerfile'],
|
|
|
|
['file', './test/Dockerfile'],
|
|
|
|
['add-host', 'docker:10.180.0.1'],
|
|
|
|
['add-hosts', 'docker:10.180.0.1\nfoo:10.0.0.1'],
|
|
|
|
['cgroup-parent', 'foo'],
|
|
|
|
['cgroup-parent', 'foo'],
|
|
|
|
['shm-size', '2g'],
|
|
|
|
['shm-size', '2g'],
|
|
|
|
['ulimit', `nofile=1024:1024
|
|
|
|
['ulimit', `nofile=1024:1024
|
|
|
@ -483,6 +486,7 @@ nproc=3`],
|
|
|
|
'buildx',
|
|
|
|
'buildx',
|
|
|
|
'build',
|
|
|
|
'build',
|
|
|
|
'--add-host', 'docker:10.180.0.1',
|
|
|
|
'--add-host', 'docker:10.180.0.1',
|
|
|
|
|
|
|
|
'--add-host', 'foo:10.0.0.1',
|
|
|
|
'--cgroup-parent', 'foo',
|
|
|
|
'--cgroup-parent', 'foo',
|
|
|
|
'--file', './test/Dockerfile',
|
|
|
|
'--file', './test/Dockerfile',
|
|
|
|
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',
|
|
|
|
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',
|
|
|
|