Git Product home page Git Product logo

docker-pentaho's People

Contributors

ildanno avatar techgaun avatar wmarinho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-pentaho's Issues

Mnaging plugins

Hello There,

Thank you for this wonderful docker image, very helpful.

However, this is more of a question on how you prefer to manage plugins. Another dockerfile that extends this one and installed plugins there ?

What's the username and password?

When i execute the below command:
docker run -d -p 8181:8181 docker.io/wmarinho/pentaho-kettle,
then i access localhost:8181,
Prompt for user name and password
What's the username and password?

Login does not work on HTTPS

We have had Pentaho running nicely from this image.

Recently installed nginx and https.

Now there is an issue with the login process. The user gets the failed login message. But if they then go directly to Pentaho it has them logged in. Also fails to return to the login screen if incorrect credentials are used.

My experts tell me the setup of nginx looks good. But function bounceToReturnLocation() is using http when it should be https?

nginx configuration
location /pentaho {
proxy_pass http://localhost:8181;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}

login page
https://domain.com/pentaho/Login

function bounceToReturnLocation() {
    // pass
    var locale = document.login.locale.value;

    var returnLocation = 'http\x3A\x2F\x2Fdomain.com\x2Fpentaho\x2Findex.jsp';

    if (returnLocation != '' && returnLocation != null) {
      window.location.href = returnLocation;
    } else {
      window.location.href = window.location.href.replace("Login", "Home") + "?locale=" + locale;
    }

}

error
https://monosnap.com/file/ASomSwBmdC61GAVrsGhZAUTGEM4BEB

How can I run with Mysql?

I have a MySQL in my host machine. How can I create a connection between pentaho docker and MySQL?

setup_postgresql fails, nc command not found

When I try running this image with an external postgres server I see the following error

/opt/pentaho/scripts/setup_postgresql.sh: 28: /opt/pentaho/scripts/setup_postgresql.sh: nc: not found

If I shell into the container and try running nc, it is not found

can't run pentaho/biserver:6.1 with docker 19.03.6

docker version details
Client:
Version: 19.03.6
API version: 1.40
Go version: go1.12.17
Git commit: 369ce74a3c
Built: Fri Feb 28 23:45:43 2020
OS/Arch: linux/amd64
Experimental: false

Server:
Engine:
Version: 19.03.6
API version: 1.40 (minimum version 1.12)
Go version: go1.12.17
Git commit: 369ce74a3c
Built: Wed Feb 19 01:06:16 2020
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.3.3-0ubuntu1~18.04.2
GitCommit:
runc:
Version: spec: 1.0.1-dev
GitCommit:
docker-init:
Version: 0.18.0
GitCommit:

the issue is

docker: layers from manifest don't match image configuration

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.