-
Notifications
You must be signed in to change notification settings - Fork 76
Can't run the image #14
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels