Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
e08add3e
Commit
e08add3e
authored
4 years ago
by
Erwan Rouchet
Browse files
Options
Downloads
Patches
Plain Diff
Base image bumps
parent
035ce727
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1234
Base image bumps
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
Dockerfile.binary
+1
-1
1 addition, 1 deletion
Dockerfile.binary
base/requirements.txt
+3
-3
3 additions, 3 deletions
base/requirements.txt
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
1
−
1
View file @
e08add3e
...
...
@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup
:
image
:
registry.gitlab.com/arkindex/backend/base:django-3.1.
6
image
:
registry.gitlab.com/arkindex/backend/base:django-3.1.
7
cache
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
e08add3e
FROM
registry.gitlab.com/arkindex/backend/base:django-3.1.
6
as
build
FROM
registry.gitlab.com/arkindex/backend/base:django-3.1.
7
as
build
RUN
mkdir
build
ADD
. build
RUN
cd
build
&&
python3 setup.py sdist
FROM
registry.gitlab.com/arkindex/backend/base:django-3.1.
6
FROM
registry.gitlab.com/arkindex/backend/base:django-3.1.
7
ARG
COMMON_BRANCH=master
ARG
COMMON_ID=9855787
ARG
PONOS_BRANCH=master
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.binary
+
1
−
1
View file @
e08add3e
...
...
@@ -65,7 +65,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.
6
as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1.
7
as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
...
...
This diff is collapsed.
Click to expand it.
base/requirements.txt
+
3
−
3
View file @
e08add3e
boto3==1.1
5
.1
6
cryptography
>
=3.
1
boto3==1.1
7
.1
1
cryptography
=
=3.
4.6
Django==3.1.7
elasticsearch==6.8.1
lxml==4.
5
.2
lxml==4.
6
.2
psycopg2-binary==2.8.6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment