[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/docker-cli/docker-cli.desc [COPY] Copyright (C) 2024 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The Docker CLI [T] Pack, ship and run any application as a lightweight container. [U] https://www.docker.io/ [A] The Docker CLI contributors (see AUTHORS file) [M] NoTag [C] extra/emulator [F] CROSS [E] add containerd docker-engine docker-buildx [L] APL [S] Stable [V] 28.3.0 . $base/package/*/*/go-conf.in [D] 7f2391e7d084e78206700790c92a1011962f798833fc09d35777f233 docker-cli-28.3.0.tar.gz https://github.com/docker/cli/archive/v28.3.0/ rungo= makeinstopt= export CGO_ENABLED=0 export GITCOMMIT=d260a54c export GOPATH=$builddir/cli-$ver var_append makeopt ' ' dynbinary hook_add premake 5 'docker-cli-pre' docker-cli-pre() { mkdir -p $builddir/cli-$ver/src/github.com/docker/ ln -sv $builddir/cli-$ver $builddir/cli-$ver/src/github.com/docker/cli } hook_add postmake 5 'docker-cli-pm' docker-cli-pm() { install -m 755 build/docker $root$bindir }