From 4f3fc78b89beea7ca58df25a8bec236ae8cf8652 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 17 Oct 2023 14:54:42 -0400 Subject: [PATCH] Use COPY not ADD in builder example Fixes #607 --- docs/definition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/definition.rst b/docs/definition.rst index 2099ced1..84891c26 100644 --- a/docs/definition.rst +++ b/docs/definition.rst @@ -74,7 +74,7 @@ Here is a sample version 3 EE file. To use Ansible Builder 3.x, you must specify # - RUN $PKGMGR module enable postgresql:15 -y # - RUN $PKGMGR install -y postgresql prepend_galaxy: - - ADD _build/configs/ansible.cfg /etc/ansible/ansible.cfg + - COPY _build/configs/ansible.cfg /etc/ansible/ansible.cfg prepend_final: | RUN whoami