gableroux/howdoi

By gableroux

Updated over 3 years ago

Image

155

github-actions-docker-hub-playground

This s just a playground try https://github.com/docker/build-push-action/

What is being dockerized?

howdoi

Usage

docker run --rm -it gableroux/howdoi

Multi-stage build vs Single stage build

I tried both solutions and since howdoi must have libxslt.so.1 shared library in place. Here's the result so far:

multi-stage buildsingle stage
83.21 MB81.6 MB

In the case of howdoi, it looks like the multi-stage build is not the best solution.

License

MIT © Gabriel Le Breton

Docker Pull Command

docker pull gableroux/howdoi