[
https://issues.apache.org/jira/browse/ARTEMIS-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram updated ARTEMIS-5360:
------------------------------------
Description:
{{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.
was:ENV directive in Docker files current are using legacy syntax. This
produces warnings on newer Docker Engine.
> Use not deprecated syntax in Dockerfiles
> ----------------------------------------
>
> 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: 10m
> 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