Skip to content

Commit

Permalink
chore(build): regen resources and use docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Sep 26, 2019
1 parent c50b0a0 commit e3a7463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions assets/json-schema/IntegrationKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@
"platform": {
"type": "string"
},
"publicImage": {
"type": "string"
},
"runtimeVersion": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ images: test
mkdir -p build/_output/bin
cp builder build/_output/bin
cp kamel build/_output/bin
operator-sdk build $(IMAGE_NAME):$(VERSION)
operator-sdk build --image-builder docker $(IMAGE_NAME):$(VERSION)

images-dev: test package-artifacts
mkdir -p build/_maven_output
mkdir -p build/_output/bin
cp builder build/_output/bin
cp kamel build/_output/bin
operator-sdk build $(IMAGE_NAME):$(VERSION)
operator-sdk build --image-builder docker $(IMAGE_NAME):$(VERSION)

images-push:
docker push $(IMAGE_NAME):$(VERSION)
Expand Down

0 comments on commit e3a7463

Please sign in to comment.