diff options
Diffstat (limited to 'recipes-containers/docker/docker-moby_git.bb')
-rw-r--r-- | recipes-containers/docker/docker-moby_git.bb | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb index 0abb0b3f..dfbfa706 100644 --- a/recipes-containers/docker/docker-moby_git.bb +++ b/recipes-containers/docker/docker-moby_git.bb | |||
@@ -44,18 +44,16 @@ DESCRIPTION = "Linux container runtime \ | |||
44 | # so we get that tag, and make it our SRCREVS: | 44 | # so we get that tag, and make it our SRCREVS: |
45 | # | 45 | # |
46 | 46 | ||
47 | SRCREV_moby = "f417435e5f6216828dec57958c490c4f8bae4f98" | 47 | SRCREV_moby = "bbd0a17ccc67e48d4a69393287b7fcc4f0578683" |
48 | SRCREV_libnetwork = "67e0588f1ddfaf2faf4c8cae8b7ea2876434d91c" | 48 | SRCREV_cli = "068a01ea9470df6494cc92d9e64e240805ae47a7" |
49 | SRCREV_cli = "01f933261885c0126edb3f47fd56d048ae31265a" | 49 | SRCREV_FORMAT = "moby" |
50 | SRCREV_FORMAT = "moby_libnetwork" | ||
51 | SRC_URI = "\ | 50 | SRC_URI = "\ |
52 | git://github.com/moby/moby.git;branch=25.0;name=moby;protocol=https \ | 51 | git://github.com/moby/moby.git;nobranch=1;name=moby;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
53 | git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \ | 52 | git://github.com/docker/cli;nobranch=1;name=cli;destsuffix=git/cli;protocol=https \ |
54 | git://github.com/docker/cli;branch=25.0;name=cli;destsuffix=git/cli;protocol=https \ | ||
55 | file://docker.init \ | 53 | file://docker.init \ |
56 | file://0001-libnetwork-use-GO-instead-of-go.patch \ | ||
57 | file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ | 54 | file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ |
58 | file://0001-dynbinary-use-go-cross-compiler.patch;patchdir=src/import \ | 55 | file://0001-dynbinary-use-go-cross-compiler.patch;patchdir=src/import \ |
56 | file://0001-check-config-make-CONFIG_MEMCG_SWAP-conditional.patch;patchdir=src/import \ | ||
59 | " | 57 | " |
60 | 58 | ||
61 | DOCKER_COMMIT = "${SRCREV_moby}" | 59 | DOCKER_COMMIT = "${SRCREV_moby}" |
@@ -66,7 +64,7 @@ require docker.inc | |||
66 | LICENSE = "Apache-2.0" | 64 | LICENSE = "Apache-2.0" |
67 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" | 65 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" |
68 | 66 | ||
69 | DOCKER_VERSION = "25.0.3" | 67 | DOCKER_VERSION = "28.0.1" |
70 | PV = "${DOCKER_VERSION}+git${SRCREV_moby}" | 68 | PV = "${DOCKER_VERSION}+git${SRCREV_moby}" |
71 | 69 | ||
72 | CVE_PRODUCT = "docker mobyproject:moby" | 70 | CVE_PRODUCT = "docker mobyproject:moby" |