mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-13 11:24:31 +00:00
Fix docker_image's build.args (#456)
* Add tests for build.args. * Fix bug: store build args in correct dict * Add changelog fragment. * Update copyright notice.
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
name: "{{ iname }}"
|
||||
build:
|
||||
path: "{{ remote_tmp_dir }}/files"
|
||||
dockerfile: "ArgsDockerfile"
|
||||
args:
|
||||
IMAGE: "{{ docker_test_image_busybox }}"
|
||||
TEST1: val1
|
||||
TEST2: val2
|
||||
TEST3: "True"
|
||||
@@ -41,7 +43,9 @@
|
||||
name: "{{ iname }}"
|
||||
build:
|
||||
path: "{{ remote_tmp_dir }}/files"
|
||||
dockerfile: "ArgsDockerfile"
|
||||
args:
|
||||
IMAGE: "{{ docker_test_image_busybox }}"
|
||||
TEST1: val1
|
||||
TEST2: val2
|
||||
TEST3: "True"
|
||||
|
||||
Reference in New Issue
Block a user