6 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
Dongqi Chen
af359d4938 Add auto-versioning to starlingx/integ packages
This update makes use of the PKG_GITREVCOUNT variable
to auto-version the packages in this repo.

Story: 2007750
Task: 39951
Change-Id: I854419c922b9db4edbbf6f1e987a982ec2ec7b59
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
2020-06-24 09:48:28 +08: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
d863a1e2a3 Enable Local Docker Registry Image Delete
Change config file to allow controller local Docker registry images to
be deleted.

Story: 2002840
Task: 28621

Change-Id: I636a8e26f92c50ebc2222292cd21f7e7784ed2ac
Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
2019-05-09 15:26:30 -04:00
Jerry Sun
58cb1190e0 Docker Registry PID file missing
The missing PID file was spamming SM logs. This commit creates the
missing PID file for Docker Registry which fixes the issue.

Task: 22782
Story: 2002840

Change-Id: I10438e034165de88649a0228ffa9840768f6a1d6
Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
2018-10-15 10:02:27 -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