Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philpep/dockerfiles


https://github.com/philpep/dockerfiles

docker kubernetes

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

###########
dockerfiles
###########

This is a collection of dockerfiles which are running in my kubernetes_ cluster.

.. code-block::

$ make help
A smart Makefile for your dockerfiles

Read all Dockerfile within the current directory and generate dependendies automatically.

make all ; build all images
make nginx ; build nginx image
make push all ; build and push all images
make push nginx ; build and push nginx image
make run nginx ; build and run nginx image (for testing)
make exec nginx ; build and start interactive shell in nginx image (for debugging)
make checkrebuild all ; build and check if image has update availables (using apk or apt-get)
and rebuild with --no-cache is image has updates

You can chain actions, typically in CI environment you want make checkrebuild push all
which rebuild and push only images having updates availables.

.. _kubernetes: https://kubernetes.io/