mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
Adding docker image.
This commit is contained in:
parent
bf97f2e97a
commit
8cbf350d5e
1 changed files with 6 additions and 0 deletions
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM alpine:latest
|
||||
LABEL maintainer="Henrik Hautakoski <henrik.Hautakoski@gmail.com>"
|
||||
ARG VERSION=1.1.0
|
||||
WORKDIR /thalos
|
||||
ADD --chmod=755 https://github.com/eosswedenorg/thalos/releases/download/v$VERSION/thalos-server-${VERSION}-linux-amd64-musl thalos-server
|
||||
ENTRYPOINT [ "./thalos-server" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue