Skip to content

Commit

Permalink
Fix Feast Core docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed May 14, 2020
1 parent 561b621 commit 527ce09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ presubmits:
--file infra/docker/serving/Dockerfile \
--google-service-account-file /etc/gcloud/service-account.json
docker tag gcr.io/kf-feast/feast-core:${PULL_PULL_SHA:1}
docker push gcr.io/kf-feast/feast-core:${PULL_PULL_SHA:1}
docker tag gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
docker push gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
volumeMounts:
- name: docker-socket
mountPath: /var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build stage 1: Builder
# ============================================================

FROM maven:3.6-jdk-11-slim as builder
FROM maven:3.6-jdk-11 as builder
ARG REVISION=dev
COPY . /build
WORKDIR /build
Expand Down

0 comments on commit 527ce09

Please sign in to comment.