nicolaferraro commented on a change in pull request #486: do not include 
runtime artefacts in operator image by default
URL: https://github.com/apache/camel-k/pull/486#discussion_r259817905
 
 

 ##########
 File path: script/Makefile
 ##########
 @@ -1,8 +1,55 @@
-build: build-runtime build-operator build-kamel build-publisher 
build-compile-integration-tests test
+VERSIONFILE := pkg/util/defaults/defaults.go
+VERSION := 0.3.0-SNAPSHOT
+RUNTIME_VERSION := 0.2.1
+CAMEL_VERSION := 2.23.1
+CAMEL_VERSION_CONSTRAINT := ~2.23.x
+BASE_IMAGE := fabric8/s2i-java:3.0-java8
+LOCAL_REPOSITORY := /tmp/artifacts/m2
+IMAGE_NAME := docker.io/apache/camel-k
+RELEASE_GIT_BRANCH := upstream
 
 Review comment:
   `RELEASE_GIT_REMOTE`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to