docker: tweaked to build with go 1.16.x

This commit is contained in:
Matt Housh 2021-03-13 13:07:13 -06:00
parent 7e460899d2
commit 09cefb140e
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xVkPlLtswYlH/0aiCawasg8sm9LEU8to046ANKCt3vlwkZoPUJ6UJ09imSqjoSMcccxlZNIqLFq07hOsSFCvws=
SHA256 (Pkgfile) = c0a0ebd9d29bddb4606a541c05490aecde6a4de182b11d2af6bb26d3bdaec41c
RWSagIOpLGJF3zg4e/SGfPGyiWZI5O7KMpiPTEXw9Duq2I4v5h0SK/pBvlma7XZ9yeTSKVOkt+hCxxReRI6Gf4vNsugAYD5S1gc=
SHA256 (Pkgfile) = 26a40e1e25e3c1b5ec998c2402fafc116ec23db80ef9c8f6b4466e8f6babba83
SHA256 (.footprint) = ef891bf504df63f9b4413ecccd3a0ce6e4a71b1a42f22e9bb9c36a6a87a2c3fe
SHA256 (moby-20.10.5.tar.gz) = bcf651d75e5c80421e8cd3b0d47f3425e01047cf67aef0eda83b68776905a583
SHA256 (cli-20.10.5.tar.gz) = 4ba845f8c7e2e0a2ca1ec6589847159ca8d0d37b609f0e6f78def7a893b9b342

View File

@ -15,6 +15,7 @@ source=(https://github.com/moby/moby/archive/v${version}/moby-${version}.tar.gz
$name.rc $name.conf)
build() {
export GO111MODULE=auto
export GOPATH=$SRC
export DOCKER_GITCOMMIT=363e9a8
export DOCKER_BUILDTAGS='seccomp'