onlyjob
onlyjob
http://blog.mattbasta.com/things_that_make_me_sad_in_go.html is broken. Here is a snapshot of this excellent rant from archive.is: https://archive.is/Fh1AF
There is an inconsistency between file name and its content: ``` $ file web/api/app/webroot/favicon.ico web/api/app/webroot/favicon.ico: PNG image data, 32 x 32, 8-bit colormap, non-interlace ```
As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999919, libPCRE3 is obsolete: > Your package still depends on the old, obsolete PCRE3[0] libraries (i.e. libpcre3-dev). This has been end of life for a while now,...
__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...
How it is possible to use OCI hooks such as [oci-systemd-hook](https://github.com/projectatomic/oci-systemd-hook)? `/etc/containers/oci/hooks.d` appears to be a canonical location for hooks, at least according to [oci-hooks(5)](https://github.com/projectatomic/libpod/blob/master/pkg/hooks/docs/oci-hooks.5.md) What is rkt's compliance with...
configure: error: *** unsupported host arch specified: armv8l Golang officially support that architecture: https://github.com/golang/go/wiki/GoArm
How to run pod with exposed port and two apps from the same image? (port name defined multiple apps)
I'm trying to run something like the following rkt ${ACI} --exec /bin/sleep -- 33 --- ${ACI} --name app-two --exec /bin/sleep -- 44 It works but fails as soon as I...
I've experienced unexpected difficulties in what I thought would be straightforward containerisation with _rkt_: inside container daemon was just dying instead of starting. After a while I've figured that it...
**Environment** ~~~~rkt Version: 1.30.0 appc Version: 0.8.11 Go Version: go1.10.3 Go OS/Arch: linux/amd64 Features: -TPM +SDJOURNAL -- Linux 4.9.0-7-amd64 x86_64 -- PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)"...