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

image: fix podman config path #3139

Merged
merged 1 commit into from
Jun 4, 2024
Merged

image: fix podman config path #3139

merged 1 commit into from
Jun 4, 2024

Conversation

msanft
Copy link
Contributor

@msanft msanft commented Jun 4, 2024

Context

Podman (4.9.4 -> 5.0.2) or Fedora (38 -> 40) changed something that caused the config in /usr/etc/containers/containers.conf not to be respected anymore. This adjusts the config path to /etc/containers/containers.conf as per the Podman docs. This caused Podman on the nodes not to work, breaking our logcollection in the CI.

Proposed change(s)

  • Move the Podman config from /usr/etc/containers/containers.conf to /etc/containers/containers.conf.

Additional info

  • Fix will only populate into CI runs once new images are built on main.

Checklist

  • Run the E2E tests that are relevant to this PR's changes: Test run with Logs
  • Add labels (e.g., for changelog category)
  • Is PR title adequate for changelog?
  • Link to Milestone

@msanft msanft added the no changelog Change won't be listed in release changelog label Jun 4, 2024
@msanft msanft added this to the v2.17.0 milestone Jun 4, 2024
Copy link

netlify bot commented Jun 4, 2024

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit 5d2c4d1
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/665ed32c91520e000834accd

@msanft msanft merged commit 69048e4 into main Jun 4, 2024
10 checks passed
@msanft msanft deleted the fix/image/podman-config branch June 4, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Change won't be listed in release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants