Metadata-Version: 2.1
Name: DockerBuild
Version: 0.7.1
Summary: DockerBuild is a 'dockerfile' file generation tools. It converts a file hierarchy tree into a dockerfile.
Home-page: https://github.com/qeyup/DockerBuild
Author: Javier Moreno
Author-email: jgmore@gmail.com
License: UNKNOWN
Description: 
        
        Version: 0.7.1
        
        DockerBuild is a 'dockerfile' file generation tools. It converts a file hierarchy tree into a dockerfile.
        
        Files types:
        
            - Sources: Source files to be downlaoded.
        
            - (*)Dockerfile.sh: Executed script in a docker build step.
        
            - (*)ImageExport: Source file included in the container and build process.
        
            - (*)BuildExport: Source file included only in the build process.
        
            - (*)Entrypoint.sh: Entrypoint.
        
            - (*)DockerfileAppend: Dockerfile raw append.
        
            Note: All @{*} variables will be replaced with the variable value before adding '(*)ImageExport', '(*)BuildExport' and '(*)Entrypoint.sh'.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
