Giter Site home page Giter Site logo

ben-alkov / dockerfile-parse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from containerbuildsystem/dockerfile-parse

0.0 0.0 0.0 289 KB

Python library for parsing Dockerfile files.

License: BSD 3-Clause "New" or "Revised" License

Python 97.37% Shell 2.63%

dockerfile-parse's Introduction

dockerfile-parse

unittests status badge coveralls status badge lgtm python badge lgtm alerts badge linters status badge

Python library for parsing Dockerfile files.

Installation

From PyPI

pip install dockerfile-parse

From git

Clone this git repo and install using the python installer

git clone https://github.com/containerbuildsystem/dockerfile-parse.git
cd dockerfile-parse
sudo pip install .

Usage

from pprint import pprint
from dockerfile_parse import DockerfileParser

dfp = DockerfileParser()
dfp.content = """\
From  base
LABEL foo="bar baz"
USER  me"""

# Print the parsed structure:
pprint(dfp.structure)
pprint(dfp.json)
pprint(dfp.labels)

# Set a new base:
dfp.baseimage = 'centos:7'

# Print the new Dockerfile with an updated FROM line:
print(dfp.content)

dockerfile-parse's People

Contributors

jpopelka avatar rcerven avatar twaugh avatar martinbasti avatar ben-alkov avatar lcarva avatar tkdchen avatar chmeliik avatar maxamillion avatar ktdreyer avatar lachmanfrantisek avatar sergsalatsky avatar pkubatrh avatar sosiouxme avatar alcm-b avatar amezin avatar lgtm-migrator avatar lkolacek avatar frenzymadness avatar mlangsdorf avatar sebpiq avatar schribl avatar tim-vk avatar tomastomecek avatar vrutkovs avatar dependabot[bot] avatar limjcst avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.