You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Syed Atif Akhtar (Jira)" <ji...@apache.org> on 2020/08/28 17:22:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Syed Atif Akhtar updated ATLAS-3934:
------------------------------------
    Description: 
*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

  was:
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


> 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
>            Priority: Trivial
>              Labels: atlas, build, development_environment, docker
>
> *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)