{ "info": { "author": "zbal", "author_email": "vincent@wiredcraft.com", "bugtrack_url": null, "classifiers": [], "description": "Docker Builder\n==============\n\nBuild script to create containers, tag them and push them to a remote repository.\n\nInstall\n=======\n\n.. code-block:: bash\n\n pip install docker-builder\n\n\nUsage\n=====\n\n.. code-block:: bash\n\n docker-builder [-f ] [--no-push] [--no-cache] [...]\n\n\nConfig file\n===========\n\nIt expects a config file in ``yaml`` format in the current folder named ``builder.yaml``. \n\nFormat\n------\n\n.. code-block:: yaml\n\n registries:\n - registry: https://index.docker.io/v1/\n username: user\n password: pass\n email: email\n \n - registry: local\n username: 127.0.0.1:5000\n\n containers:\n - container1\n - container2\n - container3\n\n\nRegistries\n----------\n\nEach of the containers will be tagged and pushed to each of the registries with the ``latest`` tag.\n\nIf registry is ``local``, no login will be attempted and the container will be pushed to the local registry as defined in the username.\nIf registry is an ``http/https`` based registry, the ``username``, ``password`` and ``email`` will be used to login.\n\nContainers\n----------\n\nThe ``containers`` attribute defines a list of containers and the order in which they will be built. It effectively defines the dependencies among containers and ensure the \"source\" ones are built first.\n\nEach of the containers defined in the list must be defined in a matching name folder.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Wiredcraft/docker-builder", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "docker_builder", "package_url": "https://pypi.org/project/docker_builder/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/docker_builder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Wiredcraft/docker-builder" }, "release_url": "https://pypi.org/project/docker_builder/0.2/", "requires_dist": null, "requires_python": null, "summary": "Builder for docker containers", "version": "0.2" }, "last_serial": 1391551, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "911d5bb623c9ea0f5ebb19f3a8a060c1", "sha256": "c522ae7c330e0b3187c2c168524b6d902ae3adf14030369c9fb703910f6742a6" }, "downloads": -1, "filename": "docker_builder-0.1.tar.gz", "has_sig": false, "md5_digest": "911d5bb623c9ea0f5ebb19f3a8a060c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3208, "upload_time": "2015-01-22T07:38:04", "url": "https://files.pythonhosted.org/packages/0d/94/ca7e899d1bf60b3424b1053316d3de303ff5267067107179de5614bf2584/docker_builder-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2208c181e0c7197e6dabd7fd4ee78500", "sha256": "82ec7cd4a2f877646931333fbad7230ba990cdc872b6c5d3f06b91e8be29dbcb" }, "downloads": -1, "filename": "docker_builder-0.2.tar.gz", "has_sig": false, "md5_digest": "2208c181e0c7197e6dabd7fd4ee78500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3871, "upload_time": "2015-01-22T08:04:16", "url": "https://files.pythonhosted.org/packages/21/66/17757ec3cd8535f926ca3908ade5cd4e7294478edb695fcefd83cb2d30f1/docker_builder-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2208c181e0c7197e6dabd7fd4ee78500", "sha256": "82ec7cd4a2f877646931333fbad7230ba990cdc872b6c5d3f06b91e8be29dbcb" }, "downloads": -1, "filename": "docker_builder-0.2.tar.gz", "has_sig": false, "md5_digest": "2208c181e0c7197e6dabd7fd4ee78500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3871, "upload_time": "2015-01-22T08:04:16", "url": "https://files.pythonhosted.org/packages/21/66/17757ec3cd8535f926ca3908ade5cd4e7294478edb695fcefd83cb2d30f1/docker_builder-0.2.tar.gz" } ] }