You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/10/01 22:14:00 UTC

[jira] [Commented] (ATLAS-3934) Dockerfile should build from local repository rather than pulling code from git

    [ https://issues.apache.org/jira/browse/ATLAS-3934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205852#comment-17205852 ] 

ASF subversion and git services commented on ATLAS-3934:
--------------------------------------------------------

Commit ac573f33c72f5cf9b75b50453ad85dd3abadcb15 in atlas's branch refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=ac573f3 ]

ATLAS-3934: Dockerfile: moved environment variables to .env file - #3


> Dockerfile should build from local repository rather than pulling code from git
> -------------------------------------------------------------------------------
>
>                 Key: ATLAS-3934
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3934
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Syed Atif Akhtar
>            Assignee: Madhan Neethiraj
>            Priority: Trivial
>              Labels: atlas, build, development_environment, docker
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: ATLAS-3934.patch
>
>
> *Expected Behaviour:*
>  When a developer wants to test out their changes using the dockerfile in dev support, they should be able to create the dockerfile with atlas built and mount from a local directory with the changes they have done.
> *Current Behaviour:*
> The dockerfile currently defined in dev-support pulls the source code from git instead of building the code that the user has defined
>  
> {code:java}
> RUN git clone https://github.com/apache/atlas.git -b master{code}
>  
> *Suggestion:*
>  Maintain separate dockerfiles for publishing an image of Atlas vs development



--
This message was sent by Atlassian Jira
(v8.3.4#803005)