You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/11/10 21:35:11 UTC

[beam] branch users/damccorm/dockerArg created (now 1f4bee6b4ac)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/dockerArg
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 1f4bee6b4ac Remove duplicate Docker arg

This branch includes the following new commits:

     new 1f4bee6b4ac Remove duplicate Docker arg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Remove duplicate Docker arg

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/dockerArg
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 1f4bee6b4ac4f7d8afb2c0e9ea8a668f1781778b
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Nov 10 16:35:04 2022 -0500

    Remove duplicate Docker arg
---
 playground/backend/containers/java/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/playground/backend/containers/java/Dockerfile b/playground/backend/containers/java/Dockerfile
index 6c141617b89..d09c4238ad4 100644
--- a/playground/backend/containers/java/Dockerfile
+++ b/playground/backend/containers/java/Dockerfile
@@ -38,7 +38,6 @@ RUN go mod download &&\
     go build -o /go/bin/server_java_backend
 
 FROM $BASE_IMAGE
-ARG BEAM_VERSION
 ARG HAMCREST_VERSION=1.3
 ARG JUNIT_VERSION=4.13.2
 ARG GRPC_VERSION=1_48_1