Skip to content

Commit 9943d58

Browse files
committed
address comment
1 parent 159a3b5 commit 9943d58

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

images/pulsar-functions-java-runner/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
ARG BASE_IMAGE=pulsar-functions-runner-base:latest
2+
13
ARG PULSAR_IMAGE
24
ARG PULSAR_IMAGE_TAG
35
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
4-
5-
ARG BASE_IMAGE=pulsar-functions-runner-base:latest
6-
76
FROM ${BASE_IMAGE}
87

98
COPY --from=pulsar --chown=$UID:$GID /pulsar/instances/java-instance.jar /pulsar/instances/java-instance.jar

images/pulsar-functions-python-runner/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ARG PULSAR_IMAGE
22
ARG PULSAR_IMAGE_TAG
3-
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
4-
53
ARG BASE_IMAGE=pulsar-functions-runner-base:latest
4+
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
65

76
FROM ${BASE_IMAGE}
87

0 commit comments

Comments
 (0)