spotfiresoftware / SpotfireDockerScripts

Provide Scripts for Containerizing Spotfire Server Components
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Dockerfile is broken #1

Closed averri closed 5 years ago

averri commented 5 years ago

The Docker file presented in https://github.com/TIBCOSoftware/SpotfireDockerScripts/tree/master/Spotfire7.11/SpotfireServerLinuxDocker

... is broken. The line 19 of that file contains missing files:

COPY tss-7.11.3.x86_64.rpm fixservername.sh Spotfire.Dxp.sd[n] tss_simpleconfig.tx[t]  /

The line above means that all the files - tss-7.11.3.x86_64.rpm, fixservername.sh, Spotfire.Dxp.sd[n], tss_simpleconfig.tx[t] - should be present in the same directory as the Dockerfile. Where are they!?

pmckinnis commented 5 years ago

The Docker scripts do not come with the installation media. The tss-.rpm file must be downloaded from the TIBCO software download site as part of the Spotfire Server for Linux installation media. The same is true for the Spotfire.Dxp.sdn file. It is part of the Spotfire Deployment software download. The tss_simpleconfig.txt file can be copied from the SpotfireServerConfig directory of the GitHub scripts.

I will make this more clear in the GitHub readme. There is an article on the TIBCO Community site that has more details: https://community.tibco.com/wiki/tibco-spotfirer-server-docker-scripts.

Thanks.

averri commented 5 years ago

Hi @pmckinnis, thanks for informing that. I understand the reason for that now.