Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
AURA
tank
Commits
d4aec29c
Commit
d4aec29c
authored
3 years ago
by
Roman Brendler
Browse files
Options
Downloads
Patches
Plain Diff
ref[Dockerfile]:Name builder image; refactor Maintainer (deprecated)
parent
fd368fab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
d4aec29c
### Build Image
### Build Image
FROM
golang:1.14-buster
FROM
golang:1.14-buster
AS
builder
MAINTAINER
Christian Pointner <equinox@helsinki.at>
LABEL
maintainer="
Christian Pointner <equinox@helsinki.at>
"
RUN
set
-e
\
RUN
set
-e
\
&&
apt-get update
-q
\
&&
apt-get update
-q
\
...
@@ -20,7 +20,7 @@ RUN make
...
@@ -20,7 +20,7 @@ RUN make
### APP Image
### APP Image
FROM
debian:buster
FROM
debian:buster
MAINTAINER
Christian Pointner <equinox@helsinki.at>
LABEL
maintainer="
Christian Pointner <equinox@helsinki.at>
"
RUN
set
-e
\
RUN
set
-e
\
&&
apt-get update
-q
\
&&
apt-get update
-q
\
...
@@ -33,7 +33,7 @@ RUN set -e \
...
@@ -33,7 +33,7 @@ RUN set -e \
&&
chown
1000:1000 /srv/audio /srv/import-temp
&&
chown
1000:1000 /srv/audio /srv/import-temp
COPY
contrib/for-docker.yaml /etc/aura/tank.yaml
COPY
contrib/for-docker.yaml /etc/aura/tank.yaml
COPY
--from=
0
/usr/src/tank /usr/local/bin/tank
COPY
--from=
builder
/usr/src/tank /usr/local/bin/tank
VOLUME
/srv/audio
VOLUME
/srv/audio
VOLUME
/srv/import-temp
VOLUME
/srv/import-temp
...
...
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