Merge pull request #8710 from heitbaum/docker

docker: update to 25.0.4 and addon (6)
This commit is contained in:
CvH 2024-03-10 11:21:16 +01:00 committed by GitHub
commit bbabf66704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
PKG_NAME="cli"
PKG_VERSION="$(get_pkg_version moby)"
PKG_SHA256="04ad0cea992a65db20cb1b0dbf6d1ce32c705ce879de51b22095fe8d28030815"
PKG_SHA256="e29bcd588142981f0a8f7955628863441099cead1c860dc5040f5af0156de71a"
PKG_LICENSE="ASL"
PKG_SITE="https://github.com/docker/cli"
PKG_URL="https://github.com/docker/cli/archive/v${PKG_VERSION}.tar.gz"
@ -12,7 +12,7 @@ PKG_LONGDESC="The Docker CLI"
PKG_TOOLCHAIN="manual"
# Git commit of the matching tag https://github.com/docker/cli/tags
export PKG_GIT_COMMIT="4debf411d1e6efbd9ce65e4250718e9c529a6525"
export PKG_GIT_COMMIT="1a576c50a9a33dd7ab2bcd78db1982cb965812b0"
configure_target() {
go_configure

View File

@ -2,8 +2,8 @@
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="moby"
PKG_VERSION="25.0.3"
PKG_SHA256="4cdb516f5d6f5caf8b3bcf93c2962277ba727cfd2d1620176a3bb0cf153b3590"
PKG_VERSION="25.0.4"
PKG_SHA256="3e39ff7e371c1d52cb86d64adb735e5f2edfe307fdf13e29a537d485a0b678b6"
PKG_LICENSE="ASL"
PKG_SITE="https://mobyproject.org/"
PKG_URL="https://github.com/moby/moby/archive/v${PKG_VERSION}.tar.gz"
@ -12,7 +12,7 @@ PKG_LONGDESC="Moby is an open-source project created by Docker to enable and acc
PKG_TOOLCHAIN="manual"
# Git commit of the matching release https://github.com/moby/moby
export PKG_GIT_COMMIT="f417435e5f6216828dec57958c490c4f8bae4f98"
export PKG_GIT_COMMIT="061aa95809be396a6b5542618d8a34b02a21ff77"
PKG_MOBY_BUILDTAGS="daemon \
autogen \

View File

@ -3,7 +3,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="docker"
PKG_REV="5"
PKG_REV="6"
PKG_ARCH="any"
PKG_LICENSE="ASL"
PKG_SITE="http://www.docker.com/"