mirror of
https://abf.rosa.ru/djam/docker-buildx.git
synced 2025-02-23 13:42:51 +00:00
0.18.0
This commit is contained in:
parent
50a2662405
commit
48a84e0dc7
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
buildx-0.17.1.tar.gz: a4bddff27ee2792b66530e4077bd2bf593d80409
|
buildx-0.18.0.tar.gz: 5c46340c6b9ef6ebe61bf2059cf9967739bcf55a
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
%define _dockerpluginsdir %{_libexec}/docker/cli-plugins
|
%define _dockerpluginsdir %{_libexec}/docker/cli-plugins
|
||||||
|
|
||||||
Name: docker-%{plugin}
|
Name: docker-%{plugin}
|
||||||
Version: 0.17.1
|
Version: 0.18.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Docker CLI plugin for extended build capabilities with BuildKit
|
Summary: Docker CLI plugin for extended build capabilities with BuildKit
|
||||||
URL: https://github.com/docker/buildx
|
URL: https://github.com/docker/buildx
|
||||||
|
@ -36,6 +36,7 @@ Key features:
|
||||||
%setup -qn %{plugin}-%{version}
|
%setup -qn %{plugin}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export GOPROXY=https://proxy.golang.org/cached-only
|
||||||
CGO_ENABLED=0 go build -mod vendor -trimpath \
|
CGO_ENABLED=0 go build -mod vendor -trimpath \
|
||||||
-ldflags '-s -w -X github.com/docker/buildx/version.Version=%{version} -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx ' \
|
-ldflags '-s -w -X github.com/docker/buildx/version.Version=%{version} -X github.com/docker/buildx/version.Revision= -X github.com/docker/buildx/version.Package=github.com/docker/buildx ' \
|
||||||
-o ./bin/%{name} \
|
-o ./bin/%{name} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue