Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
ptb-subtitle-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Hartig
ptb-subtitle-service
Commits
731f8575
Commit
731f8575
authored
10 months ago
by
Jan Hartig
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into 'main'
Update packages & Docker python image See merge request
!14
parents
062efa37
6a291f0d
Branches
Branches containing commit
No related tags found
1 merge request
!14
Update packages & Docker python image
Pipeline
#52928
passed
4 months ago
Stage: build
Changes
2
Pipelines
183
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
requirements.txt
+6
-6
6 additions, 6 deletions
requirements.txt
with
8 additions
and
8 deletions
Dockerfile
+
2
−
2
View file @
731f8575
FROM
harbor.ptb.de/dockerhub/python:3.1
1
-bookworm
as
builder
FROM
harbor.ptb.de/dockerhub/python:3.1
2
-bookworm
as
builder
ENV
DEBIAN_FRONTEND=noninteractive
# get curl for healthchecks and dependencies for pyAV
...
...
@@ -15,7 +15,7 @@ RUN pip install --upgrade pip && \
pip wheel
--wheel-dir
/wheels uwsgi
-r
/tmp/requirements.txt
FROM
harbor.ptb.de/dockerhub/python:3.1
1
-slim-bookworm
FROM
harbor.ptb.de/dockerhub/python:3.1
2
-slim-bookworm
ENV
DEBIAN_FRONTEND=noninteractive
ENV
PYTHONUNBUFFERED=1
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
6
−
6
View file @
731f8575
av
~=10.0.0
Flask
~=2.3.2
Flask-WTF
~=1.1.1
wtforms
[email]
~=3.0.1
whitenoise
~=6.5.0
requests
\ No newline at end of file
av
~=13.0.0
Flask
~=3.0.0
Flask-WTF
~=1.2.1
wtforms
[email]
~=3.1.2
whitenoise
~=6.7.0
requests
~=2.32.3
\ No newline at end of file
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