Giter Club home page Giter Club logo

Comments (7)

Crim avatar Crim commented on July 20, 2024

@balteo How did you build your docker image? If you have the code checked out locally and ran:

docker build -t kafka-webview .

Inside the image the filesystem should look like below. Part of the Docker file script removes the unnecessary JAR files from the release package.

spowis-ltm2:kafka-webview spowis$ docker run -it --entrypoint /bin/bash kafka-webview
bash-4.4# ls
config.yml                  kafka-webview-ui-2.0.0.jar  logs                        start.sh
data                        lib                         start.bat
bash-4.4# ls -l
total 46624
-rw-r--r--    1 root     root           696 Oct  1 07:41 config.yml
drwxr-xr-x    2 root     root          4096 Oct  1 07:29 data
-rw-r--r--    1 root     root      47718142 Oct  1 07:41 kafka-webview-ui-2.0.0.jar
drwxr-xr-x    2 root     root          4096 Oct  1 07:41 lib
drwxr-xr-x    2 root     root          4096 Oct  1 07:29 logs
-rw-r--r--    1 root     root           145 Oct  1 07:41 start.bat
-rwxr-xr-x    1 root     root           436 Oct  1 07:41 start.sh

What does your image look like?

from kafka-webview.

balteo avatar balteo commented on July 20, 2024

@Crim This issue is about the zip version. Not the docker version.

from kafka-webview.

Crim avatar Crim commented on July 20, 2024

Ah you're definitely correct.

from kafka-webview.

Crim avatar Crim commented on July 20, 2024

Put together the above PR. Still not the most ideal solution as I'm still using a wildcard. I'm trying to avoid having to remember to update the start.bat/start.sh scripts for every release. Perhaps there's a better approach?

from kafka-webview.

Crim avatar Crim commented on July 20, 2024

released 2.0.1, should resolve this issue going forward.

from kafka-webview.

Crim avatar Crim commented on July 20, 2024

Thanks for reporting the issue! ❤️

from kafka-webview.

balteo avatar balteo commented on July 20, 2024

You're welcome !

from kafka-webview.

Related Issues (20)

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.