Skip to content

Commit

Permalink
update core-builder version 0.15 references
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner authored and seldondev committed May 14, 2020
1 parent b67824b commit 4af48f8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ run_core_builder_in_host:
-v /var/run/docker.sock:/var/run/docker.sock \
-v $${HOME}/.m2:/root/.m2 \
-v $(SELDON_CORE_LOCAL_DIR):/work \
seldonio/core-builder:0.14 bash
seldonio/core-builder:0.15 bash


run_core_builder_in_minikube:
Expand All @@ -37,7 +37,7 @@ run_core_builder_in_minikube:
-v /var/run/docker.sock:/var/run/docker.sock \
-v /home/docker/.m2:/root/.m2 \
-v $(SELDON_CORE_VM_DIR):/work \
seldonio/core-builder:0.14 bash
seldonio/core-builder:0.15 bash

show_paths:
@echo "local: $(SELDON_CORE_LOCAL_DIR)"
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineConfig:
pullRequest:
pipeline:
agent:
image: seldonio/core-builder:0.14
image: seldonio/core-builder:0.15
stages:
- name: pr-build-comment
steps:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineConfig:
pullRequest:
pipeline:
agent:
image: seldonio/core-builder:0.14
image: seldonio/core-builder:0.15
stages:
- name: pr-build-comment
steps:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelineConfig:
pullRequest:
pipeline:
agent:
image: seldonio/core-builder:0.14
image: seldonio/core-builder:0.15
stages:
- name: pr-build-comment
steps:
Expand Down
4 changes: 2 additions & 2 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipelineConfig:
pullRequest:
pipeline:
agent:
image: seldonio/core-builder:0.14
image: seldonio/core-builder:0.15
stages:
- name: pr-build-comment
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ pipelineConfig:
command: echo "skipping tag"
pipeline:
agent:
image: seldonio/core-builder:0.14
image: seldonio/core-builder:0.15
stages:
- name: build-and-push
steps:
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ docker run --rm -it \
-e MAVEN_REPOSITORY_LOCATION=${MAVEN_REPOSITORY_LOCATION} \
-v ${HOME}/.m2/repository:${MAVEN_REPOSITORY_LOCATION} \
-v "${STARTUP_DIR}":/work \
seldonio/core-builder:0.14 python release.py "$@"
seldonio/core-builder:0.15 python release.py "$@"

0 comments on commit 4af48f8

Please sign in to comment.