aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a318769
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,18 @@
+build:
+ mvn clean install
+
+build-docker:
+ mvn clean install -Pdocker
+
+build-docker-local:
+ export HELM_SUPPORTED_VERSIONS=3.5.2,3.4.1,3.3.4,2.17.0 && \
+ cd scripts && \
+ ./collect_helm_versions_from_web.sh local && \
+ cd ../ && \
+ mvn clean install -Pdocker-local
+
+clean-local-files:
+ rm -rf ./scripts/helm_tmp ./scripts/helm_versions
+
+run-docker:
+ docker run -p 8080:8080 onap/org.onap.sdc.sdc-helm-validator:latest