Bug 1193221

Summary: buildah 1.23.1 cant decode key "storage.options.ostree_repo"
Product: [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP4 Reporter: Yiannis Bonatakis <ioannis.bonatakis>
Component: ContainersAssignee: Containers Team <containers-bugowner>
Status: RESOLVED DUPLICATE QA Contact:
Severity: Normal    
Priority: P5 - None CC: dcermak, pdostal
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Yiannis Bonatakis 2021-11-30 09:12:58 UTC
latest update in buildah to 1.23.1 throws a warning of the `storage.conf`
Specifically 
`WARN[0000] Failed to decode the keys ["storage.options.ostree_repo"] from "/etc/containers/storage.conf".`

this seems to be due to the following entry in /etc/containers/storage.conf

```
ostree_repo = ""
```

and the problem disappears if you comment out this line. 

# Additional info
buildah version: buildah version 1.23.1 (image-spec 1.0.1-dev, runtime-spec 1.0.2-dev)
obs build: https://build.suse.de/request/show/259260
Comment 1 Dan Čermák 2021-11-30 09:25:32 UTC
Will be fixed by https://build.suse.de/request/show/259415

*** This bug has been marked as a duplicate of bug 1189893 ***