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

Docker run can not load sitediff/cli #197

Open
ddylanlinn opened this issue Aug 1, 2024 · 2 comments
Open

Docker run can not load sitediff/cli #197

ddylanlinn opened this issue Aug 1, 2024 · 2 comments

Comments

@ddylanlinn
Copy link

ddylanlinn commented Aug 1, 2024

2024-08-01

docker run --platform linux/amd64 -p 13080:13080 -t -d --name sitediff evolvingweb/sitediff:latest
docker exec -it sitediff /bin/bash

when i try to sidediff commend error with

// sitediff help
<internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- sitediff/cli (LoadError)
        from <internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
        from /usr/local/bundle/gems/sitediff-1.2.9/bin/sitediff:9:in `<top (required)>'
        from /usr/local/bundle/bin/sitediff:25:in `load'
        from /usr/local/bundle/bin/sitediff:25:in `<main>'

and i rollback to evolvingweb/sitediff:1.0.0, it works fine

@Thanos3500
Copy link

I also have this problem

@Mgldvd
Copy link

Mgldvd commented Aug 13, 2024

The image for version v1.2.10 is not working

https://hub.docker.com/layers/evolvingweb/sitediff/v1.2.10/images/sha256-15b0f6903e64c55ee730067636fc5473f3281969901e5d75ebc6f0a61df78e40?context=explore

Use 1.2.9:

docker run -p 13033:13080 -t -d --name sitediff evolvingweb/sitediff:1.2.9
docker exec -it sitediff /bin/bash

Here are the tags available.
https://hub.docker.com/r/evolvingweb/sitediff/tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants