Skip to content

Commit 527ce09

Browse files
committed
Fix Feast Core docker image
1 parent 561b621 commit 527ce09

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.prow/config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ presubmits:
293293
--file infra/docker/serving/Dockerfile \
294294
--google-service-account-file /etc/gcloud/service-account.json
295295
296-
docker tag gcr.io/kf-feast/feast-core:${PULL_PULL_SHA:1}
297-
docker push gcr.io/kf-feast/feast-core:${PULL_PULL_SHA:1}
298-
299-
docker tag gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
300-
docker push gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
301296
volumeMounts:
302297
- name: docker-socket
303298
mountPath: /var/run/docker.sock

infra/docker/core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build stage 1: Builder
33
# ============================================================
44

5-
FROM maven:3.6-jdk-11-slim as builder
5+
FROM maven:3.6-jdk-11 as builder
66
ARG REVISION=dev
77
COPY . /build
88
WORKDIR /build

0 commit comments

Comments
 (0)