-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use docker COPY directice #10
Comments
Hi, I'll look at that, and thanks for your comment. It looks like xhgui and the profiler are now two separate packages (look at master + the docker image doesn't contain the About the "no suitable tag" it was when xhgui didn't maintained well its tags ;) |
Hi @glensc , I have refactored my images for PHP > 7. |
I'm not using this project, so I will not validate your outcome. I see now, that you are using 0.14.0:
but you should update to at least the latest 0.16, so people don't need to rely on hacks: in other words, this ended up in 0.16.0: |
you can replace this:
with:
COPY --from=xhgui/xhgui:0.13.0 /var/www/xhgui /usr/local/src/xhgui
what does it mean "no suitable tag"? have you reported your issue to xhgui issue tracker?
The text was updated successfully, but these errors were encountered: