Open binxing opened 1 year ago
@xxu36, I found one more bug in sign
that is very similar to generate
- it errs on existing symlink. I've appended that the the tasklist above.
I'll look at ls
and prune
issues this week. @xxu36 please have a look at other task items.
ls
and prune
issues are fixed in #52
Let's implement --ignoresig
now. For shutdown
and stop
command syntax, we may have to change if unix socket forwarding can work, so postpone to next release.
This issue tracks several (minor) problems in
aconcli
command line syntax/flags. These problems should be easy to fix.generate
errs on existing FS layer symlinksgenerate
should take output file name as a parameter and docker image/tag by a flag - as support to container tools other than docker may be added in future.export
---ignoresig
doesn't seem to have been implemented. Also, do we have to check signature when exporting an image? Can we just export whatever available?--ignoresig
is specified.--ignoresig
in future.ls
andprune
err on empty ACON image reporeport
missing flag/option to request a quote instead of a reportreport
should generate nonce at random if not specified by the userstop
andshutdown
should have command line syntax/flags consistent with other commands - i.e.,-c
for specifying ACON TD/VM and-e
for specifying container.sign
errs on re-signing, also due to existing symlinks like in thegenerate
command.