direktiv / vorteil

turn your applications and containers into micro virtual machines
https://direktiv.io
Apache License 2.0
174 stars 13 forks source link

Create key, delete key, list keys and Push commands #111

Closed trentis closed 3 years ago

trentis commented 3 years ago

Implemented the ability to authenticate with vrepos

jalfvort commented 3 years ago

Probably want a better error for using default command, when no key is set.

$ ./vorteil repositories keys default
open /home/jon/.vorteil/repository-keys/default: no such file or directory
jalfvort commented 3 years ago

I also cant run anything

$ ./borteil run http://devimg.vorteil.io/jon.alfaro/beee/161456131
Downloading package   0s [================>-------------------------------------------------------------] 512.0 b / 2.3 KiB
not a valid package
$ ./borteil run http://devimg.vorteil.io/metedata/jon.alfaro/beee/161456131
Downloading package   0s [================>-------------------------------------------------------------] 512.0 b / 2.3 KiB
not a valid package
jalfvort commented 3 years ago

Resolved comments that were fixed. The rest is still happening.