• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Docker: Environment Variables with "=" are not allowed - why?

Tim Weyand

New Pleskian
Hi,
i have a problem with an Docker Container. The Container has an Environment Variable which influence the runtime command. By Default in may be used unchanged or overwritten.

In Plesk Onyx 17.5.3 i have the problem, that there is:
  1. no way to keep the default value
  2. Plesk does not allow "=" in Environment Variables (XSS prevention?)
Is there anyway to use the Container, or do I have to rewrite it for Plesk? I tried escaping it already (screenshot)

Best,
Tim
 

Attachments

  • Bildschirmfoto 18.jpg
    Bildschirmfoto 18.jpg
    206.9 KB · Views: 24
Hi Igor,
nice Blogpost :) As I said I could rewrite the Dockerfile or for that instance use another Docker (for example: million12/varnish) container.

As I wanted to use a Docker, which we have in our Production Cluster - the Question remains how and if I can use "=" in Environment Variables or how I do not change the Default Variables given in a Dockerfile.
 
Back
Top