Luca Bruno
Luca Bruno
Hi @spuder, have you already seen https://github.com/coreos/container-linux-config-transpiler/blob/master/doc/getting-started.md?
Thanks for the report. Can you please put networkd in [debugging mode](https://coreos.com/os/docs/latest/network-config-with-networkd.html#debugging-networkd#enable-debugging-manually) and attach logs from a fresh boot (without any pre-existing lease)? A brief tcpdump of the DHCP transaction...
Bump, I think I'm hitting the same problem in `ClientProto`.
@dansteen I suggest to `strace -ff` acbuild to see where the `-EINVAL` is coming from.
Can you check if this also happens on master?
We've ceased development of the main `rkt` project, see https://github.com/rkt/rkt/issues/4024. I'm doing a pass on all related repositories, which include this one. Thus marking as archived now. Boldly go!
For reference, I've successfully built an OCI (-rc3) image with acbuild from master and pushed to a docker v2 registry with [skopeo](https://github.com/projectatomic/skopeo#copying-images). There are however three gotchas: * OCI 1.0...
@mwuertinger I'm sorry but I wasn't pulling from docker, so I can't help much in your case. However your image seems to be there and I was able to pull...
Yeah, `-rc5` support for skopeo was merged two days ago. Our strategy at the time of #292 was to just wait for 1.0 final to avoid other breaking surprises (also...
Ah, that's a question for @runcom and @vbatts :smile: ^^^ My understanding is that there well be still a [-rc6](https://github.com/opencontainers/image-spec/milestone/13) in the meanwhile, hopefully without (too many) breaking changes.