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
It's NOT compatible with the latest appc and rkt any more !
Firstly, rkt and appc now require signature for all images, even for local ones. Directly run baci would always got error "error opening signature file: open /usr/local/bin/baci.aci.asc".
$ sudo baci --rktpath /usr/local/bin/rkt -o $(pwd)/fedora.aci -n "linfan/fedora:21,os=linux,arch=amd64" .
2015/05/30 15:05:26 baseImage: scratch
error opening signature file: open /usr/local/bin/baci.aci.asc: no such file or directory
2015/05/30 15:05:28 Builder container exited with error: exit status 1
So I made it to create a self-signed signature file for baci.aci, but when processing both of the example Dockerfile, another error pop up: "error extracting tar: error extracting tarball: chmod /sys: read-only file system".
It's
NOT
compatible with the latest appc and rkt any more !Firstly, rkt and appc now require signature for all images, even for local ones. Directly run
baci
would always got error "error opening signature file: open /usr/local/bin/baci.aci.asc".So I made it to create a self-signed signature file for baci.aci, but when processing both of the example Dockerfile, another error pop up: "error extracting tar: error extracting tarball: chmod /sys: read-only file system".
It looks like some part of this tool is totally out of date. Any plan to fix it?
Also want to point out, the repo and folder name in the second example already changed, it should be update as below.
The text was updated successfully, but these errors were encountered: