[ 
https://issues.apache.org/jira/browse/ARTEMIS-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-5360:
------------------------------------
    Summary: Syntax issues in Docker files  (was: Use not deprecated syntax in 
Dockerfiles)

> Syntax issues in Docker files
> -----------------------------
>
>                 Key: ARTEMIS-5360
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5360
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Vilius Ĺ umskas
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {{ENV}} directive in the various Docker files is using the legacy syntax, 
> i.e.:
> {noformat}
> ENV <key> <value>{noformat}
> This produces warnings on newer Docker Engine. The proper syntax is:
> {noformat}
> ENV <key>=<value>{noformat}
> See the [Docker 
> documentation|https://docs.docker.com/reference/dockerfile/#env] for more 
> details.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to