Skip to content

cycloidio/docker-image-python-html2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Python html2text

This repository contains a Dockerfile for creating a docker image with github.com/aaronsw/html2text command-line tool.

The repository also contains a Makefile for just wrapping the most used commands into makefile targets, like build the docker image, etc.

How to use it

The docker image expose the html2text command line tool (a.k.a. ENTRYPOINT) so, when you run the docker image you can the parameters to such binary invocation, for example:

docker run --rm cycloid/python-html2text:{TAG} -version

Where {TAG} is the docker tag which specifies the html2text commit hash.

Important considerations

Currently we decided not to push any docker image with previous versions than the last one when this repo was created nor to push any image without a docker tag, as you should know it would defaults to latest, because we believe that we should always know which version is going to be executed rather than executing one that is different depending on the time.

License

The MIT License (MIT).

Copyright (c) 2018 cycloid.io

Read the LICENSE file for more information.