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

Cannot fresh install using bundler into Foreman docker image. #375

Open
jstewart612 opened this issue Nov 21, 2023 · 0 comments
Open

Cannot fresh install using bundler into Foreman docker image. #375

jstewart612 opened this issue Nov 21, 2023 · 0 comments

Comments

@jstewart612
Copy link

I tried to overload the Dockerfile as follows:

FROM quay.io/foreman/foreman:3.8-stable
LABEL version="3.8"

RUN echo "gem 'foreman_puppet', '6.0.1'" > /home/foreman/bundler.d/Gemfile.local.rb \
  && PATH=/home/foreman/bin:$PATH bundle install

It installed the gem but when I try to load the front page:

2023-11-21T02:50:28 [W|app|787457e2] Can't find entry point 'foreman_puppet:global' in webpack manifest2023-11-21T02:50:28 [I|app|787457e2] Backtrace for 'Can't find entry point 'foreman_puppet:global' in webpack manifest' error (ActionView::Template::Error): Can't find entry point 'foreman_puppet:global' in webpack manifest
....

I assume there's some other command I have to run in order to regenerate the webpack?

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

1 participant