Skip to content
Snippets Groups Projects
Commit 24d7f0d0 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Use new base image with Django 3.1.2

parent f5fd56e0
No related branches found
No related tags found
1 merge request!1004Use new base docker image django-3.1.2
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.com/arkindex/backend/base:postgis
image: registry.gitlab.com/arkindex/backend/base:django-3.1.2
cache:
paths:
......
FROM registry.gitlab.com/arkindex/backend/base:postgis as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.2 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:postgis
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.2
ARG COMMON_BRANCH=master
ARG COMMON_ID=9855787
......
......@@ -65,7 +65,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:postgis as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.2 as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment