You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2020. It is now read-only.
As told on #1144 , I just installed Fedora 26 atomic, and after patching for showing a traceback, I see this:
# /tmp/atomic install --system openshift/origin-ansible
Traceback (most recent call last):
File "/tmp/atomic", line 203, in <module>
sys.exit(_func())
File "/usr/lib/python3.6/site-packages/Atomic/install.py", line 132, in install
return be.install(self.image, self.name)
File "/usr/lib/python3.6/site-packages/Atomic/backends/_ostree.py", line 127, in install
return self.syscontainers.install(image, name)
File "/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 224, in install
return_value = self._run_once(image, name)
File "/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 283, in _run_once
image_id = SystemContainers._get_image_id_from_manifest(image_manifest) or image_id
File "/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 503, in _get_image_id_from_manifest
image_id = image_manifest['Digest']
TypeError: string indices must be integers
As told on #1144 , I just installed Fedora 26 atomic, and after patching for showing a traceback, I see this:
My version of atomic is
And the ostree version:
Without --system, it work fine.
The text was updated successfully, but these errors were encountered: