meta-virtualization/recipes-containers/runc/runc-docker_git.bb
Bruce Ashfield c8338c5568 runc: update to -rc8
Updating both the pure opencontainers runc and the docker opencontainers
variants to -rc8.

We track the tip of master for opencontainers and for docker we match
the -ce and moby -rc8 commit hashes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-07-12 14:50:34 +00:00

13 lines
515 B
BlitzBasic

include runc.inc
# Note: this rev is before the required protocol field, update when all components
# have been updated to match.
SRCREV_runc-docker = "425e105d5a03fabd737a126ad93d62a9eeede87f"
SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
file://0001-runc-Add-console-socket-dev-null.patch \
file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \
file://0001-runc-docker-SIGUSR1-daemonize.patch \
"
RUNC_VERSION = "1.0.0-rc8"