Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run the image #14

Open
cubocicloide opened this issue Feb 13, 2020 · 0 comments
Open

Can't run the image #14

cubocicloide opened this issue Feb 13, 2020 · 0 comments

Comments

@cubocicloide
Copy link

Hi @tfoldi , I followed your instructions, but unfortunately I wasn't able to run the image. Actually, when I run the make command, the process exit with the following code:

Failed:
  tableau-server-20191.19.0215.0259.x86_64 0:20191-19.0215.0259                 

Complete!
The command '/bin/sh -c rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm &&     yum install -y iproute curl sudo vim &&     adduser tsm &&     (echo tsm:tsm | chpasswd) &&     (echo 'tsm ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/tsm) &&     mkdir -p  /run/systemd/system /opt/tableau/docker_build &&     yum install -y              "https://downloads.tableau.com/esdalt/${TABLEAU_VERSION}/tableau-server-${TABLEAU_VERSION//\./-}.x86_64.rpm"              "https://downloads.tableau.com/drivers/linux/yum/tableau-driver/tableau-postgresql-odbc-9.5.3-1.x86_64.rpm"  &&     rm -rf /var/tmp/yum-*' returned a non-zero code: 1
make: *** [build] Error 1

I also tried by copying the Dockerfile given in your blog tutorial here, but also in that case I receeive an error:

Loaded plugins: fastestmirror, ovl
Cannot open: https://beta.tableau.com/linux_files/tableau-server-automated-installer-10.5-beta5.noarch.rpm. Skipping.
Cannot open: https://beta.tableau.com/linux_files/tableau-server-10.5-beta5.x86_64.rpm. Skipping.
Cannot open: https://beta.tableau.com/linux_driver/tableau-postgresql-odbc-9.5.3-1.x86_64.rpm. Skipping.
Error: Nothing to do
The command '/bin/sh -c rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm &&     yum install -y iproute curl sudo vim &&     adduser tsm &&     (echo tsm:tsm | chpasswd) &&     (echo 'tsm ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/tsm) &&     mkdir -p  /run/systemd/system /opt/tableau/docker_build &&     yum install -y              "https://beta.tableau.com/linux_files/tableau-server-automated-installer-${TABLEAU_VERSION}.noarch.rpm"              "https://beta.tableau.com/linux_files/tableau-server-${TABLEAU_VERSION}.x86_64.rpm"               "https://beta.tableau.com/linux_driver/tableau-postgresql-odbc-9.5.3-1.x86_64.rpm"  &&     rm -rf /var/tmp/yum-*' returned a non-zero code: 1
make: *** [build] Error 1

Any suggestion on how I can get this working. I am seeking for a "development" version of the Tableau Server that can be used to test REST API calls performed through a dedicated frontend app.

Thank you in advance,
@cubocicloide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant