Closed cwjackso closed 4 years ago
We made some changes to the docker file, will have a look @cwjackso
Switched to the :amd-64
tag in docker and that works ok. Uses a different base image and is about 3x the size though! @cedricve
We fixed it last night can you give a try?
Kind regards, Verstraeten Cédric
On 13 Apr 2020, at 00:31, Carl Jackson notifications@github.com wrote:
Switched to the :amd-64 tag in docker and that works ok. Uses a different base image and is about 3x the size though! @cedricve
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Yep - that seems to be working now Thank you. What is the difference between the 2 images by the way, is smaller one more efficient now?
yes, you can check the github repo to see what is happening in the dockerfile. We are using a multi stage dockerfile, so we only include the dependencies needed to tun kerberos open source.
Kind regards, Verstraeten Cédric
On 18 Apr 2020, at 13:43, Carl Jackson notifications@github.com wrote:
Yep - that seems to be working now Thank you. What is the difference between the 2 images by the way, is smaller one more efficient now?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
When using docker and a https proxy such as traefik the laravel framework outputs all usages of
{URL:to("\")
With the wrong scheme - this used to work on old version by adding the env variable
KERBEROSIO_SECURE_SSL=true
This no longer is the case.