Skip to content
New issue

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

Use podman when deploying #60

Merged
merged 2 commits into from Jan 13, 2021
Merged

Use podman when deploying #60

merged 2 commits into from Jan 13, 2021

Conversation

fao89
Copy link
Member

@fao89 fao89 commented Jan 13, 2021

Deploy fails because it tries docker push when it should use podman

TASK [Check for podman] ********************************************************
changed: [localhost] => changed=true 
  cmd:
  - which
  - podman
  delta: '0:00:00.002599'
  end: '2021-01-13 13:16:52.542464'
  rc: 0
  start: '2021-01-13 13:16:52.539865'
  stderr: ''
  stderr_lines: <omitted>
  stdout: /usr/bin/podman
  stdout_lines: <omitted>

TASK [set_fact] ****************************************************************
ok: [localhost] => changed=false 
  ansible_facts:
    container_cli: podman

https://github.com/pulp/pulp-operator/runs/1695146929?check_suite_focus=true#step:8:4084

@pulpbot
Copy link
Member

pulpbot commented Jan 13, 2021

WARNING!!! This PR is not attached to an issue. In most cases this is not advisable. Please see our PR docs for more information about how to attach this PR to an issue.

[noissue]

(cherry picked from commit 0b6e521)
@fao89 fao89 merged commit b68b45a into pulp:master Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants