[
https://issues.apache.org/jira/browse/ATLAS-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907544#comment-17907544
]
ASF subversion and git services commented on ATLAS-4944:
--------------------------------------------------------
Commit 5ead07bf30d7643c3b04198844c34de83175de76 in atlas's branch
refs/heads/master from Abhishek Kumar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=5ead07bf3 ]
ATLAS-4944: Update ENV, VOLUME instructions to use the recommended format
Signed-off-by: Madhan Neethiraj <[email protected]>
> Update ENV and ARG in all Dockerfiles with the recommended format
> -----------------------------------------------------------------
>
> Key: ATLAS-4944
> URL: https://issues.apache.org/jira/browse/ATLAS-4944
> Project: Atlas
> Issue Type: Bug
> Components: atlas-docker
> Reporter: Abhishek Kumar
> Assignee: Abhishek Kumar
> Priority: Major
> Attachments:
> 0001-ATLAS-4944-Update-ENV-VOLUME-instructions-to-use-the.patch
>
>
> Legacy Key Value format used for defining ENV and ARG in Dockerfiles has been
> deprecated, for more info:
> [https://docs.docker.com/reference/build-checks/legacy-key-value-format/]
> [https://docs.docker.com/reference/dockerfile/#env]
>
> The Dockerfiles should be updated to use the below format:
> ENV key=value
> ARG key=value
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)