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
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>
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>
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>
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>