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

[Bug]: minor issues in docker docs #2391

Closed
bamaer opened this issue Feb 16, 2023 · 0 comments
Closed

[Bug]: minor issues in docker docs #2391

bamaer opened this issue Feb 16, 2023 · 0 comments
Labels
Milestone

Comments

@bamaer
Copy link
Contributor

bamaer commented Feb 16, 2023

Apache Hop version?

SNAPSHOT-20230216

Java version?

openjdk version "11.0.17" 2022-10-18

Operating system

Other

What happened?

https://hop.apache.org/tech-manual/latest/docker-container.html

  • still refers to java 8 instead of 11
    OpenJDK version 8 is then used to execute Apache Hop.
  • double port reference in the long-lived container section
docker run -it --rm \
  --env HOP_SERVER_USER=admin \
  --env HOP_SERVER_PASS=admin \
  --env HOP_SERVER_PORT=8181 \
  --env HOP_SERVER_PORT=8180 \
  --env HOP_SERVER_HOSTNAME=0.0.0.0 \
  -p 8181:8181 \
  -p 8180:8180 \
  --name my-hop-server-container \
 apache/hop:<tag>

Issue Priority

Priority: 1

Issue Component

Component: Documentation

@github-actions github-actions bot added P1 Critical Issue Documentation labels Feb 16, 2023
bamaer added a commit to bamaer/hop that referenced this issue Feb 18, 2023
@hansva hansva closed this as completed in 0de0a19 Feb 22, 2023
hansva added a commit that referenced this issue Feb 22, 2023
updated java 11 reference, removed duplicate hop server port reference #2391
@hansva hansva added this to the 2.4 milestone Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants