We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Docker container engine (version 26.1.4) get the following error when executing ansible-navigator run
ansible-navigator run
ansible-navigator run external_setup.yml \ -e @definition.yml \ -e @config.yml ------------------------------------------------------------------------------- Execution environment image and pull policy overview ------------------------------------------------------------------------------- Execution environment image name: [ghcr.io/cloudera-labs/cldr-runner-aws:latest](http://ghcr.io/cloudera-labs/cldr-runner-aws:latest) Execution environment image tag: latest Execution environment pull arguments: --tls-verify=false Execution environment pull policy: tag Execution environment pull needed: True ------------------------------------------------------------------------------- Updating the execution environment ------------------------------------------------------------------------------- Running the command: docker pull --tls-verify=false [ghcr.io/cloudera-labs/cldr-runner-aws:latest](http://ghcr.io/cloudera-labs/cldr-runner-aws:latest) Error: Execution environment pull failed unknown flag: --tls-verify See 'docker pull --help'. Hint: Check the execution environment image name, connectivity to and permissions for the registry, and try again
Removing the tls-verify argument from the ansible-navigator.yml file resolves the issue. Relevant code causing the issue is shown below.
cloudera-deploy/private-cloud/base/aws-iaas/ansible-navigator.yml
Lines 54 to 55 in b5eb8fa
Need to verify that other container engines don't have an issue when this is removed. If not then I suggest this argument is removed.
The text was updated successfully, but these errors were encountered:
jimright
No branches or pull requests
When using Docker container engine (version 26.1.4) get the following error when executing
ansible-navigator run
Removing the tls-verify argument from the ansible-navigator.yml file resolves the issue. Relevant code causing the issue is shown below.
cloudera-deploy/private-cloud/base/aws-iaas/ansible-navigator.yml
Lines 54 to 55 in b5eb8fa
Need to verify that other container engines don't have an issue when this is removed. If not then I suggest this argument is removed.
The text was updated successfully, but these errors were encountered: