FS#64063 - [skopeo] ostree not supported

Attached to Project: Community Packages
Opened by Stefan Agner (falstaff) - Tuesday, 08 October 2019, 12:36 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 01 March 2020, 12:24 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
OSTree backend seems not to be supported (although its listed as a dependency)

Additional info:
* package version: 0.1.39-2


Steps to reproduce:

```
$ skopeo copy docker://debian ostree:image@/tmp/ostree
FATA[0000] Invalid destination name ostree:image@/tmp/ostree2: The transport "ostree:" is not supported in this build
```
This task depends upon

Closed by  Morten Linderud (Foxboron)
Sunday, 01 March 2020, 12:24 GMT
Reason for closing:  Not a bug
Comment by Stefan Agner (falstaff) - Sunday, 01 March 2020, 12:05 GMT
Seems not to work yet:
$ pacman -Q skopeo
skopeo 0.1.41-2
$ skopeo copy docker://debian ostree:image@/tmp/ostree
FATA[0000] Invalid destination name ostree:image@/tmp/ostree: The transport "ostree:" is not supported in this build
Comment by Morten Linderud (Foxboron) - Sunday, 01 March 2020, 12:24 GMT
ostree was dropped from all of the container tools. The behavior you see if correct.

https://github.com/containers/skopeo/pull/751

Loading...