There was an error while loading. Please reload this page.
1 parent 561b621 commit 527ce09Copy full SHA for 527ce09
2 files changed
.prow/config.yaml
@@ -293,11 +293,6 @@ presubmits:
293
--file infra/docker/serving/Dockerfile \
294
--google-service-account-file /etc/gcloud/service-account.json
295
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}
301
volumeMounts:
302
- name: docker-socket
303
mountPath: /var/run/docker.sock
infra/docker/core/Dockerfile
@@ -2,7 +2,7 @@
2
# Build stage 1: Builder
3
# ============================================================
4
5
-FROM maven:3.6-jdk-11-slim as builder
+FROM maven:3.6-jdk-11 as builder
6
ARG REVISION=dev
7
COPY . /build
8
WORKDIR /build
0 commit comments