Skip to content

Commit

Permalink
Create and use seldonio/core-builder:0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gsunner authored and seldondev committed Jan 14, 2020
1 parent 6f3064c commit c687012
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ RUN apt-get remove -y --auto-remove && apt-get clean -y && rm -rf /var/lib/apt/l

# INSTALL GO
ENV PATH /usr/local/go/bin:$PATH
RUN wget https://dl.google.com/go/go1.13.3.linux-amd64.tar.gz && \
tar -zxvf go1.13.3.linux-amd64.tar.gz && \
RUN wget https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz && \
tar -zxvf go1.12.5.linux-amd64.tar.gz && \
mv go/ /usr/local/go
RUN curl -sL https://go.kubebuilder.io/dl/2.0.1/linux/amd64 | tar -xz -C /tmp/ && \
mv /tmp/kubebuilder_2.0.1_linux_amd64 /usr/local/kubebuilder/
Expand Down
2 changes: 1 addition & 1 deletion core-builder/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER_IMAGE_NAME=seldonio/core-builder
DOCKER_IMAGE_VERSION=0.9
DOCKER_IMAGE_VERSION=0.10

build_docker_image:
docker build --force-rm=true -t $(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) .
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.9
image: seldonio/core-builder:0.10
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.9
image: seldonio/core-builder:0.10
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.9
image: seldonio/core-builder:0.10
stages:
- name: pr-build-comment
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ pipelineConfig:
command: echo "skipping tag"
pipeline:
agent:
image: seldonio/core-builder:0.4
image: seldonio/core-builder:0.10
stages:
- name: build-and-push
steps:
Expand Down

0 comments on commit c687012

Please sign in to comment.