Metadata-Version: 2.0
Name: DockerBuild
Version: 0.6.3
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
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests



Version: 0.6.3

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'.


