You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have doubts about docker versions of pep-proxy, for my project i wanted to use pep-proxy from docker and i had some issues with it. I went and checked docker file and this line confuse me git checkout tags/5.4 to my understanding versions 7.0.0/latest are being build as versions 5.4 ( Correct me if um wrong).
I also checked this by downloading latest image from docker hub running it and then went inside of container to check code and code is indeed from version 5.4.
I think removing from git checkout tags/5.4 from docker file should fix this issue.
Also i had another issue using latest version of pep-proxy directly from github, i write about it on stack. Not sure if it is allowed to post links here if not u can remove it. Link of issue
My second issue seem like some exception was not handled properly, or i maybe missed something.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I have doubts about docker versions of pep-proxy, for my project i wanted to use pep-proxy from docker and i had some issues with it. I went and checked docker file and this line confuse me
git checkout tags/5.4
to my understanding versions 7.0.0/latest are being build as versions 5.4 ( Correct me if um wrong).I also checked this by downloading latest image from docker hub running it and then went inside of container to check code and code is indeed from version 5.4.
I think removing from
git checkout tags/5.4
from docker file should fix this issue.Also i had another issue using latest version of pep-proxy directly from github, i write about it on stack. Not sure if it is allowed to post links here if not u can remove it. Link of issue
My second issue seem like some exception was not handled properly, or i maybe missed something.
Thanks.
The text was updated successfully, but these errors were encountered: