You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/25 13:21:01 UTC

[GitHub] nicolaferraro commented on a change in pull request #486: do not include runtime artefacts in operator image by default

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:
users@infra.apache.org


With regards,
Apache Git Services