Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoldi committed Aug 10, 2019
0 parents commit 76f7359
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Dockerfile
@@ -0,0 +1,16 @@
FROM centos:latest

# who's your boss?
MAINTAINER "Tamas Foldi" <tfoldi@starschema.net>

ADD https://downloads.tableau.com/tssoftware/extractapi-linux-x86_64-2019-2-2.tar.gz /tmp

RUN mkdir /hyper && \
tar xvzf /tmp/extractapi-linux-x86_64-2019-2-2.tar.gz --strip 1 -C /hyper && \
/hyper/bin/hyper/hyperd configure --log-dir /hyper/ -d /hyper/hyper.hyper --no-password --no-ssl --init-user tableau_internal_user

EXPOSE 7483

CMD /hyper/bin/hyper/hyperd start --log-dir /hyper/ -d /hyper/hyper.hyper --skip-license --no-password --no-ssl --listen-connection tab.tcp://0.0.0.0:7483 ; sleep 1; ps auxw ; cat /hyper/hyperd.log


0 comments on commit 76f7359

Please sign in to comment.