Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
tank
Commits
d4aec29c
Commit
d4aec29c
authored
Jan 25, 2022
by
Roman Brendler
Browse files
ref[Dockerfile]:Name builder image; refactor Maintainer (deprecated)
parent
fd368fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d4aec29c
### Build Image
FROM
golang:1.14-buster
MAINTAINER
Christian Pointner <equinox@helsinki.at>
FROM
golang:1.14-buster
AS builder
LABEL
maintainer="
Christian Pointner <equinox@helsinki.at>
"
RUN
set
-e
\
&&
apt-get update
-q
\
...
...
@@ -20,7 +20,7 @@ RUN make
### APP Image
FROM
debian:buster
MAINTAINER
Christian Pointner <equinox@helsinki.at>
LABEL
maintainer="
Christian Pointner <equinox@helsinki.at>
"
RUN
set
-e
\
&&
apt-get update
-q
\
...
...
@@ -33,7 +33,7 @@ RUN set -e \
&&
chown
1000:1000 /srv/audio /srv/import-temp
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/import-temp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment