rkt
rkt copied to clipboard
[Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
Currently, when we access github.com with HTTP, it is redirected to HTTPS automatically. So this commit aims to replace http://github.com by https://github.com for security. Signed-off-by: Kim Bao Long
This ticket is both a project status update and a tracker for the next steps. Quoting my last status report from [last year](https://github.com/rkt/rkt/issues/4004#issuecomment-507358362): > For reference, the previous development team...
changing package name from libsystemd-journal-dev to libsystemd-dev. this has caused because in semaphoreci Ubuntu version bumped up from trusty to xenial.
rkt is dead
Put bluntly-- when I look at repo commits, this project is dead. I know it had been spun off to CNCF prior to the RedHat acquisition, but if rkt wasn't...
**Environment** rkt Version: 1.29.0 appc Version: 0.8.11 Go Version: go1.8.3 Go OS/Arch: linux/amd64 Features: -TPM +SDJOURNAL Linux 4.4.0-170-generic x86_64 NAME="Ubuntu" VERSION="16.04.1 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.1 LTS" VERSION_ID="16.04"...
Although it is spelling mistakes, it might make an affects while reading. Signed-off-by: Kim Bao Long
__rkt__ no longer works when built by Golang 1.13: `rkt --debug run` hangs on `image: using image from file {ACI}` without printing anything else, apparently due to failure to extract...
**Environment** ``` rkt Version: 1.30.0 appc Version: 0.8.11 Go Version: go1.13.1 Go OS/Arch: linux/amd64 Features: -TPM +SDJOURNAL -- Linux 5.2.0-2-amd64 x86_64 -- PRETTY_NAME="Debian GNU/Linux bullseye/sid" NAME="Debian GNU/Linux" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support"...
This needs to happen! - [ ] Write tests with IPv6 - [ ] IPv6 support in _all_ CNI plugins - [ ] IPv6 support in rkt networking - [...
The option `rkt run --port=` only works if the port is already defined in the ACI manifest. rkt should have a way to add a port at run-time without changing...