You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Artur Khanin (Jira)" <ji...@apache.org> on 2021/12/01 08:43:00 UTC

[jira] [Updated] (BEAM-13282) Create GO docker file

     [ https://issues.apache.org/jira/browse/BEAM-13282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Artur Khanin updated BEAM-13282:
--------------------------------
    Resolution: Implemented
        Status: Resolved  (was: In Progress)

> 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: 2.5h
>  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)