Skip to content

Commit

Permalink
Bump core-builder image to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin authored and seldondev committed Oct 9, 2020
1 parent db5ecc5 commit 65f65e6
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 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.18 bash
seldonio/core-builder:0.19 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.18 bash
seldonio/core-builder:0.19 bash

show_paths:
@echo "local: $(SELDON_CORE_LOCAL_DIR)"
Expand Down
2 changes: 1 addition & 1 deletion incubating/wrappers/s2i/java/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_SOURCE=seldonio/core-builder:0.18
ARG IMAGE_SOURCE=seldonio/core-builder:0.19
FROM $IMAGE_SOURCE

LABEL io.openshift.s2i.scripts-url="image:///s2i/bin"
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-createrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipelineConfig:
command: echo "skipping tag"
pipeline:
agent:
image: seldonio/core-builder:0.18
image: seldonio/core-builder:0.19
stages:
- name: create-release
steps:
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x-engine.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.18
image: seldonio/core-builder:0.19
stages:
- name: pr-build-comment
steps:
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.18
image: seldonio/core-builder:0.19
stages:
- name: pr-build-comment
steps:
Expand Down
6 changes: 3 additions & 3 deletions 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.18
image: seldonio/core-builder:0.19
stages:
- name: pr-build-comment
steps:
Expand All @@ -26,7 +26,7 @@ pipelineConfig:
- lint
- name: lint-operator
agent:
image: seldonio/core-builder:0.18
image: seldonio/core-builder:0.19
steps:
- name: lint-operator
command: make
Expand All @@ -35,7 +35,7 @@ pipelineConfig:
- lint
- name: lint-executor
agent:
image: seldonio/core-builder:0.18
image: seldonio/core-builder:0.19
steps:
- name: lint-executor
command: make
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.18
image: seldonio/core-builder:0.19
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.18
image: seldonio/core-builder:0.19
stages:
- name: pr-build-comment
steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ pipelineConfig:
command: echo "skipping tag"
pipeline:
agent:
image: seldonio/core-builder:0.18
image: seldonio/core-builder:0.19
stages:
- name: build-and-push
steps:
Expand Down
2 changes: 1 addition & 1 deletion operator/helm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ create:
docker run --rm -it \
--user=$$(id -u):$$(id -g) \
-v "$(SELDON_CORE_DIR)":/work \
seldonio/core-builder:0.18 bash -c 'cd /work/operator/helm && make create_helper'
seldonio/core-builder:0.19 bash -c 'cd /work/operator/helm && make create_helper'

.PHONY: create_helper
create_helper:
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ 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.18 python release.py "$@"
seldonio/core-builder:0.19 python release.py "$@"

0 comments on commit 65f65e6

Please sign in to comment.