mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
app-emulation/containerd: build the Docker 1.12 branch with go1.7
This will only matter for future beta/stable releases that continue to hold back Docker >= 1.13.
This commit is contained in:
parent
4942a3c256
commit
215033f7d9
@ -6,7 +6,7 @@ EAPI=5
|
|||||||
|
|
||||||
GITHUB_URI="github.com/docker/${PN}"
|
GITHUB_URI="github.com/docker/${PN}"
|
||||||
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
COREOS_GO_PACKAGE="${GITHUB_URI}"
|
||||||
COREOS_GO_VERSION="go1.6"
|
COREOS_GO_VERSION="go1.7"
|
||||||
|
|
||||||
MY_PV="${PV/_/-}"
|
MY_PV="${PV/_/-}"
|
||||||
EGIT_COMMIT="v${MY_PV}"
|
EGIT_COMMIT="v${MY_PV}"
|
@ -61,7 +61,7 @@ RDEPEND="
|
|||||||
>=app-arch/xz-utils-4.9
|
>=app-arch/xz-utils-4.9
|
||||||
>=sys-apps/shadow-4.4
|
>=sys-apps/shadow-4.4
|
||||||
|
|
||||||
=app-emulation/containerd-0.2.5-r1[seccomp?]
|
=app-emulation/containerd-0.2.5-r2[seccomp?]
|
||||||
=app-emulation/runc-1.0.0_rc2_p9[apparmor?,seccomp?]
|
=app-emulation/runc-1.0.0_rc2_p9[apparmor?,seccomp?]
|
||||||
"
|
"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user