add-host input

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-01-30 18:33:31 +01:00
parent d8b0ca6f0e
commit eebf87aed1
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
7 changed files with 41 additions and 0 deletions

View file

@ -469,6 +469,7 @@ ccc`],
new Map<string, string>([
['context', '.'],
['file', './test/Dockerfile'],
['add-host', 'docker:10.180.0.1'],
['cgroup-parent', 'foo'],
['shm-size', '2g'],
['ulimit', `nofile=1024:1024
@ -481,6 +482,7 @@ nproc=3`],
[
'buildx',
'build',
'--add-host', 'docker:10.180.0.1',
'--cgroup-parent', 'foo',
'--file', './test/Dockerfile',
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',