3 Commits

Author SHA1 Message Date
Scott Little
6c2e809c92 Modify go package to be compatible with golang 1.16.6
Most packages will compile using the new default golang version (1.16.6).
For some packages it is a transparent change, but those reliant on
the old GOPATH method require the addition of  ...

    go env -w GO111MODULE=auto

... to their build instruction to restore GOPATH compatibility.

For Kubernetes version 1.18.1, I explicitly set to compile using
golang version 1.13.9 as this is the version recommended by Kubernetes.

Story: 2008972
Task: 42655
Depends-On: https://review.opendev.org/c/starlingx/compile/+/804123
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: I0d813cd245cb46932bf2096b641c4972f8a49efc
2021-08-16 09:45:48 -04:00
Robert Church
c51ea69cbf Upversion docker distribution to v2.7.1
Move docker distribution to v2.7.1 and build from the archived release
tarball.

Change-Id: I086540d97cd9907cd84d35231a5ba72bdb4db60d
Depends-On: https://review.opendev.org/723789
Story: 2006999
Task: 37771
Signed-off-by: Robert Church <robert.church@windriver.com>
2020-05-15 19:17:30 -04:00
Jerry Sun
28cb9d1436 Add docker-distribution package for kubernetes
Story: 2002840
Task: 22781
Depends-On: https://review.openstack.org/587279

Change-Id: I7459920837a41bdf8733414415878299c02ce768
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-07-31 08:59:40 -04:00