Skip to content

Commit

Permalink
Merge pull request #634 from p-se/fix-container-fqdn
Browse files Browse the repository at this point in the history
seslib: Ignore Podman 2.2.1 in `octopus`
  • Loading branch information
p-se authored Mar 4, 2022
2 parents 999d29b + 3fe369d commit 48da3fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions seslib/templates/zypper.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ zypper --non-interactive removerepo repo-source-non-oss || true
zypper addrepo --refresh {{ os_repo_url }} {{ os_repo_name }}
{% endfor %}

# Ignore Podman 2.2.1 due to bug: https://github.com/SUSE/sesdev/issues/633
{% if version == 'octopus' %}
zypper addlock "podman == 2.2.1"
{% endif %}

# ses6 deepsea install from source requires:
# - SES6 Internal Media repo
# - SLE-15-SP1 Developer Tools Module repos
Expand Down

0 comments on commit 48da3fd

Please sign in to comment.