mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/docker-cli-buildx: don't depend on docker-cli
The package `docker` should depend on docker-cli-buildx, not the other way around.
This commit is contained in:
parent
c252042034
commit
63fc9a3224
@ -3,12 +3,11 @@
|
|||||||
pkgname=docker-cli-buildx
|
pkgname=docker-cli-buildx
|
||||||
_commit=c513d34049e499c53468deac6c4267ee72948f02
|
_commit=c513d34049e499c53468deac6c4267ee72948f02
|
||||||
pkgver=0.10.4
|
pkgver=0.10.4
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="A Docker CLI plugin for extended build capabilities"
|
pkgdesc="A Docker CLI plugin for extended build capabilities"
|
||||||
url="https://docs.docker.com/engine/reference/commandline/buildx_build"
|
url="https://docs.docker.com/engine/reference/commandline/buildx_build"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
depends="docker-cli"
|
|
||||||
makedepends="go"
|
makedepends="go"
|
||||||
options="net"
|
options="net"
|
||||||
source="buildx-$pkgver.tar.gz::https://github.com/docker/buildx/archive/v$pkgver.tar.gz"
|
source="buildx-$pkgver.tar.gz::https://github.com/docker/buildx/archive/v$pkgver.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user