VOL-5352 - AWS AMI Recreation testing
.pre-commit-config.yaml
.gitignore
requirements.txt
-----------------------
- Install module pre-commit for repository linting.
- Copy in config file to initially support manual linting.
Makefilea
VERSION
makefiles/virtualenv.mk
lf/transition.mk
------------------------
- Add bridge logic to begin using repo:onf-make library makefiles.
makefiles/virtualenv.mk
-----------------------
- Install requirements.txt modules using --no-cachedir.
Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I086f2a075a026e5b36711a633e39176d4f16b0f0
diff --git a/docker/Dockerfile.voltctl b/docker/Dockerfile.voltctl
index ee73986..7528c08 100644
--- a/docker/Dockerfile.voltctl
+++ b/docker/Dockerfile.voltctl
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM busybox:1.31.1-glibc
+FROM busybox:stable-glibc
RUN mkdir -p /usr/bin
@@ -25,11 +25,11 @@
# https://github.com/opencord/voltctl/releases
# - offers v1.9.1 (latest released via build + tagging).
# -------------------------------------------------------------------
-# RUN wget -O - https://github.com/opencord/voltctl/releases/download/v1.9.1/voltctl-1.9.1-linux-amd64
+# RUN wget -O - https://github.com/opencord/voltctl/releases/download/v1.9.1/voltctl-1.9.1-linux-amd64
# https://github.com/opencord/voltctl/releases/download/untagged-cd611c39178f25b95a87/voltctl-1.9.1-linux-amd64
-RUN wget -q\
+RUN wget -q --no-check-certificate\
-O /usr/bin/voltctl.tmp\
https://github.com/opencord/voltctl/releases/download/v1.8.45/voltctl-1.8.45-linux-amd64