We are currently using the PORT environment variable for the docker image, that makes our life easier for the topology that we are currently using in our Kubernetes clusters.
But the PORT environment variable is only available in the latest docker image. I would like to lock the docker version down to a specific version instead of using latest.
Maybe you can publish a new docker image version including the PORT environment variable on docker hub with a specific version, such as 0.9.5 if you are going to do a next release?
What do you think?
We are currently using the
PORT
environment variable for the docker image, that makes our life easier for the topology that we are currently using in our Kubernetes clusters. But thePORT
environment variable is only available in thelatest
docker image. I would like to lock the docker version down to a specific version instead of usinglatest
. Maybe you can publish a new docker image version including thePORT
environment variable on docker hub with a specific version, such as 0.9.5 if you are going to do a next release? What do you think?Thank you