• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Forwarded to devs Docker Input Field Disallows "=" Signs to Apply Config Variables

J.Wick

Regular Pleskian
TITLE:
Docker Input Field Disallows "=" Signs to Apply Config Variables
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx Version 17.8.11 Update #60, CentOS Linux 7.6.1810 (Core)
PROBLEM DESCRIPTION:
When trying to apply setting options for a container, the "=" is disallowed preventing proper setup and launching of Docker containers producing the error...

The value of an environment variable cannot contain the '=' (equal) sign.
STEPS TO REPRODUCE:
  1. Open Docker Container Settings (million12/varnish)
  2. Enter "-p default_ttl=120" into the VARNISHD_PARAMS variable
  3. Hit OK
  4. Error Message is produced.
ACTUAL RESULT:
Error.

The value of an environment variable cannot contain the '=' (equal) sign.
EXPECTED RESULT:
We should be able to place as many options as needed and have them saved successfully when clicking OK. Stop form validating the field.​
ANY ADDITIONAL INFORMATION:
Using the command line, I can set all these variables...but what the point of using Plesk then?
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 

Attachments

  • bug.png
    bug.png
    85.5 KB · Views: 4
Thank you!
The bug was confirmed and submitted as EXTDOCKER-84
 
Fixed!

1.4.3 (1 November 2019)
[...]
[-] Entering the equals sign (=) as a part of an environment variable in the Docker extension no longer results in an error. (EXTDOCKER-84)
 
Back
Top