[ 
https://issues.apache.org/jira/browse/BEAM-13282?focusedWorklogId=685355&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-685355
 ]

ASF GitHub Bot logged work on BEAM-13282:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Nov/21 15:36
            Start Date: 23/Nov/21 15:36
    Worklog Time Spent: 10m 
      Work Description: snkalinin commented on pull request #16049:
URL: https://github.com/apache/beam/pull/16049#issuecomment-976731584


   R: @tvalentyn 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 685355)
    Time Spent: 50m  (was: 40m)

> Create GO docker file
> ---------------------
>
>                 Key: BEAM-13282
>                 URL: https://issues.apache.org/jira/browse/BEAM-13282
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Pavel Avilov
>            Assignee: Sergey Kalinin
>            Priority: P2
>              Labels: beam-playground-devops, beam-playground-sprint-3, 
> beam-playground-sprint-4
>         Attachments: Dockerfile
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Create Docker file with GO Beam SDK which is able to run examples with Beam 
> go code.
> Docker file requirements:
>  # Docker file with GO
>  # Docker file should create a prepared directory for initializing go.mod and 
> go.sum(path directory get from env. variable "PREPARED_MOD_DIR" )
>  # In this directory execute the following command:
> *1.  go mod init executable_files* 
> {*}2.  go get -u 
> github.com/apache/beam/sdks/v2@v{*}{color:#de350b}_$BEAM_VERSION_        
> (BEAM_VERSION is argument, currently = 2.33.0){color}
> *3.  go mod download all*
>  
> Also attached is an example of a [^Dockerfile] with which they were 
> successfully run examples with Beam go code.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to