Skip to content

nationalarchives/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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