[
https://issues.apache.org/jira/browse/ARTEMIS-5360?focusedWorklogId=962796&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-962796
]
ASF GitHub Bot logged work on ARTEMIS-5360:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/25 19:09
Start Date: 20/Mar/25 19:09
Worklog Time Spent: 10m
Work Description: jbertram commented on PR #5575:
URL:
https://github.com/apache/activemq-artemis/pull/5575#issuecomment-2741425914
Thanks for the PR, @ViliusS!
I split it into 2 commits, one for each of the syntax changes.
Issue Time Tracking
-------------------
Worklog Id: (was: 962796)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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.
> Also, the {{chown}} syntax is using {{.}} instead of {{:}}.
--
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