-
Notifications
You must be signed in to change notification settings - Fork 59
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
infinispan-client-setup.sh failing on yum install maven #320
Comments
To follow-up, GitHub Actions docker build is now working with this set of modified steps: # Install Infinispan client jars
USER root
ENV VERBOSE=true
RUN yum module enable -y maven:3.6 && infinispan-client-setup.sh
#RUN infinispan-client-setup.sh
USER 1001 |
Any follow-up on addressing this in the image? And, in the meantime, in the documentation? |
Surely we're not the only people hitting this issue? |
Hello, #330 adds |
We have a workaround in place, and I hadn't seen any updates here, so I hadn't tried in a bit. And looks like that PR isn't merged yet, correct? |
No problem, the build appears to be resolved on my end when enabling the module, which is why I just wanted to confirm before getting the review, so it's not merged yet, but it looks like we can proceed with this change. Thanks. |
Starting just a day or two ago, with the exact same Dockerfile, infinispan-client-setup.sh started reporting this error:
In an internal Slack conversation, it was suggested that it might be necessary to run
yum module enable maven:3.6
And this does indeed seem to have allowed the script to succeed, although perhaps only, so far, when running only the infinispan-client stage. When running both stages, I'm not sure yet if this works. It still hasn't for my local builds with Rancher Desktop. Still to be attempted with docker build under GitHub Actions CI...
The text was updated successfully, but these errors were encountered: