tripleo-ansible/tripleo_ansible
Miguel Garcia 0ec37df1e4 Container build: define ARGs after FROM line
According to the Dockerfile reference[1], ARG instructions before the
FROM line are a special case: variables defined in this way are only
available in the FROM line and not during the rest of the build.

In order for defined ARGs to be available during image build time we
must run these after the FROM line.

[1] https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

Depends-On: https://review.opendev.org/c/openstack/tripleo-common/+/858864
Signed-off-by: Miguel Garcia <mgarciac@redhat.com>
Change-Id: I8086b7820ff2d124baacbe8e947aba970996b907
2022-09-22 10:46:03 +02:00
..
ansible_plugins Use context manager to open/close file 2022-09-14 22:18:46 +09:00
playbooks Do not execute anything if a host is unreachable 2022-09-15 11:36:50 +02:00
releasenotes/notes Configure bind for designate 2021-03-17 13:33:52 -02:30
roles Container build: define ARGs after FROM line 2022-09-22 10:46:03 +02:00
roles.galaxy Add galaxy role path which will be ignored by git 2019-07-18 13:40:14 -05:00
tests Fix existing nodes check 2022-07-25 11:22:39 +05:30
__init__.py Extract provisioned networks from stack 2020-10-08 22:11:29 +00:00
ansible-collections-requirements.yml Adjust molecule jobs for Ansible 2.11 2021-08-11 13:26:11 +03:00
ansible-role-requirements.yml Upgrade ansible-lint to 5.0 2021-03-11 09:47:14 +00:00
requirements.yml Adjust molecule jobs for Ansible 2.11 2021-08-11 13:26:11 +03:00