[
https://issues.apache.org/jira/browse/ARTEMIS-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937205#comment-17937205
]
ASF subversion and git services commented on ARTEMIS-5360:
----------------------------------------------------------
Commit 30bbdca33867eb10c94fc4be03d038db88721680 in activemq-artemis's branch
refs/heads/main from Vilius Šumskas
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=30bbdca338 ]
ARTEMIS-5360 fix chown syntax which follows POSIX 1003.1-2001
> 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