Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.29 KB

README.md

File metadata and controls

31 lines (24 loc) · 2.29 KB

The National Archives logo

National Archives Base Docker Images

Main build status Latest release Licence

The National Archives base Docker images are designed to serve as a starting point for all containerised applications in The National Archives.

Base images

Image Dockerfile Base image User
tna-python tna-python/Dockerfile python app
tna-python-root tna-python/Dockerfile python root
tna-python-django tna-python-django/Dockerfile tna-python app
tna-python-django-root tna-python-django/Dockerfile tna-python-root root
tna-python-dev tna-python-dev/Dockerfile tna-python-root root

Image inheritance

graph TD;
    debian --> python;
    python --> tna-python;
    python --> tna-python-root;
    tna-python --> tna-python-django;
    tna-python-root --> tna-python-django-root;
    tna-python-root --> tna-python-dev;
Loading