Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
13369296
Commit
13369296
authored
1 year ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
rename docker-entrypoint.sh to docker-nopaque-entrypoint.sh
parent
4f6e1c12
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dockerignore
+1
-1
1 addition, 1 deletion
.dockerignore
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
docker-nopaque-entrypoint.sh
+0
-0
0 additions, 0 deletions
docker-nopaque-entrypoint.sh
with
5 additions
and
5 deletions
.dockerignore
+
1
−
1
View file @
13369296
...
@@ -8,6 +8,6 @@
...
@@ -8,6 +8,6 @@
!.flaskenv
!.flaskenv
!boot.sh
!boot.sh
!config.py
!config.py
!docker-entrypoint.sh
!docker-
nopaque-
entrypoint.sh
!nopaque.py
!nopaque.py
!requirements.txt
!requirements.txt
This diff is collapsed.
Click to expand it.
Dockerfile
+
4
−
4
View file @
13369296
...
@@ -17,9 +17,6 @@ RUN apt-get update \
...
@@ -17,9 +17,6 @@ RUN apt-get update \
&& rm --recursive /var/lib/apt/lists/*
&& rm --recursive /var/lib/apt/lists/*
COPY
docker-entrypoint.sh /usr/local/bin/
RUN
useradd
--create-home
--no-log-init
nopaque
\
RUN
useradd
--create-home
--no-log-init
nopaque
\
&& groupadd docker \
&& groupadd docker \
&& usermod --append --groups docker nopaque
&& usermod --append --groups docker nopaque
...
@@ -47,7 +44,10 @@ RUN python3 -m pip install --requirement requirements.txt \
...
@@ -47,7 +44,10 @@ RUN python3 -m pip install --requirement requirements.txt \
USER
root
USER
root
COPY
docker-nopaque-entrypoint.sh /usr/local/bin/
EXPOSE
5000
EXPOSE
5000
ENTRYPOINT
["docker-entrypoint.sh"]
ENTRYPOINT
["docker-
nopaque-
entrypoint.sh"]
This diff is collapsed.
Click to expand it.
docker-entrypoint.sh
→
docker-
nopaque-
entrypoint.sh
+
0
−
0
View file @
13369296
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