The National Archives base Docker images are designed to serve as a starting point for all containerised applications in The National Archives.
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 |
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;