Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan committed Nov 22, 2022
1 parent 4ac6740 commit a7b708b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/ee_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ It takes variables from the following sections the list variables section.
|Variable Name|Default Value|Required|Description|
|:---:|:---:|:---:|:---:|
|`ee_name`||yes|Name of the ee image to create.|
|`tag`||no|Tag to use when pushing the image.|
|`ee_base_image`|"registry.redhat.io/ansible-automation-platform-22/ee-minimal-rhel8:latest"|no|Build arg specifies the base image for the execution environment to use.|
|`prepend`|list|no|Ansible Builder Additional commands may be specified in the additional_build_steps section, for execution before the main build steps (prepend).|
|`append`|list|no|Ansible Builder Additional commands may be specified in the additional_build_steps section, for execution after the main build steps (append).|
Expand Down
1 change: 1 addition & 0 deletions roles/ee_builder/tasks/00_build_ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
auth_file: "{{ ee_auth_file | default(omit, true) }}"
executable: "{{ ee_executable | default(omit, true) }}"
ca_cert_dir: "{{ ee_ca_cert_dir | default(omit) }}"
tag: "{{ __execution_environment_definition.tag | default(omit) }}"
validate_certs: "{{ ee_validate_certs | default(omit) }}"
push_args:
dest: "{{ ee_registry_dest }}"
Expand Down

0 comments on commit a7b708b

Please sign in to comment.