Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docker-dev
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Platform
Development
swh-docker-dev
Commits
f89e256d
Verified
Commit
f89e256d
authored
6 years ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
indexer-worker: Add missing dockerfile for the indexer worker
parent
98733a8b
No related branches found
Branches containing commit
Tags
v0.0.22
Tags containing commit
1 merge request
!22
indexer-worker: Add missing dockerfile for the indexer worker
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/swh-indexer-worker/Dockerfile
+16
-0
16 additions, 0 deletions
dockerfiles/swh-indexer-worker/Dockerfile
dockerfiles/swh-indexer-worker/mimetype.yml
+0
-0
0 additions, 0 deletions
dockerfiles/swh-indexer-worker/mimetype.yml
with
16 additions
and
0 deletions
dockerfiles/swh-indexer-worker/Dockerfile
0 → 100644
+
16
−
0
View file @
f89e256d
FROM
python:3
RUN
export
DEBIAN_FRONTEND
=
noninteractive
&&
\
apt-get update
&&
\
apt-get
install
-y
\
libsystemd-dev postgresql-client
RUN
pip
install
swh-indexer
RUN
useradd
-ms
/bin/bash swh
COPY
entrypoint.sh /
COPY
mimetype.yml /home/swh/.config/swh/indexer/
RUN
chown
-R
swh: /home/swh/.config/
USER
swh
ENTRYPOINT
["/entrypoint.sh"]
This diff is collapsed.
Click to expand it.
dockerfiles/swh-indexer-worker/
indexer
.yml
→
dockerfiles/swh-indexer-worker/
mimetype
.yml
+
0
−
0
View file @
f89e256d
File moved
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